fix: fixed all issues raised in initial PR review
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export class refreshTokensDto {
|
||||
refresh_token: string;
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
// Inputs to initiate Magic-Link auth flow
|
||||
export class signInMagicDto {
|
||||
email: string;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Inputs to verify and sign a user in via magic-link
|
||||
export class verifyMagicDto {
|
||||
deviceIdentifier: string;
|
||||
token: string;
|
||||
|
||||
Reference in New Issue
Block a user