first commit
This commit is contained in:
7
myteamwallet_backend/src/auth/auth-providers.enum.ts
Normal file
7
myteamwallet_backend/src/auth/auth-providers.enum.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export enum AuthProvidersEnum {
|
||||
email = 'email',
|
||||
facebook = 'facebook',
|
||||
google = 'google',
|
||||
twitter = 'twitter',
|
||||
apple = 'apple',
|
||||
}
|
||||
Reference in New Issue
Block a user