feat: Add successRedirectUrl to auth options (#6792)
This commit is contained in:
@@ -24,6 +24,11 @@ export type AuthenticationResponse = {
|
||||
* Redirect location. Location takes precedence over success.
|
||||
*/
|
||||
location?: string
|
||||
|
||||
/**
|
||||
* Redirect url for successful authentication.
|
||||
*/
|
||||
successRedirectUrl?: string
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user