feat: magic-link auth complete

This commit is contained in:
Balu Babu
2023-01-10 16:06:42 +05:30
parent 0c154be04e
commit fc284fd0a2
17 changed files with 6590 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
export class verifyMagicDto {
identifier: string;
deviceIdentifier: string;
token: string;
}