website refactor
This commit is contained in:
10
apps/website/lib/services/auth/AuthPageParams.ts
Normal file
10
apps/website/lib/services/auth/AuthPageParams.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Auth Page Parameters
|
||||
*
|
||||
* Input parameters for auth page processing.
|
||||
*/
|
||||
|
||||
export interface AuthPageParams {
|
||||
returnTo?: string | null;
|
||||
token?: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user