Skip to content

signIn() type definition is outdated #2

Description

@thkdlflghlsdghilr

The signIn() function in src/server-actions.js (line 43) accepts an optional string argument used as the redirect URL. However, the current type definition in types/server-actions.d.ts (line 5) does not reflect this behavior.

To align the type definition with the implementation, I suggest updating the signature to:

signIn(redirectUrl?: string | null)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions