Merge branch 'main' of https://github.com/authorizerdev/authorizer into fix/dashboard

This commit is contained in:
Anik Ghosh
2022-01-31 13:29:38 +05:30
60 changed files with 149 additions and 147 deletions

View File

@@ -63,6 +63,7 @@ interface userDataTypes {
birthdate: string;
phone_number: string;
picture: string;
signup_methods: string;
roles: [string];
created_at: number;
}