chore: captialized DTO names
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Inputs to initiate Magic-Link auth flow
|
// Inputs to initiate Magic-Link auth flow
|
||||||
export class signInMagicDto {
|
export class SignInMagicDto {
|
||||||
email: string;
|
email: string;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// Inputs to verify and sign a user in via magic-link
|
// Inputs to verify and sign a user in via magic-link
|
||||||
export class verifyMagicDto {
|
export class VerifyMagicDto {
|
||||||
deviceIdentifier: string;
|
deviceIdentifier: string;
|
||||||
token: string;
|
token: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user