🎨 format oauth provider list
fixing the list format on oauth login.
This commit is contained in:
8
features/auth/types/oauthProvidersList.ts
Normal file
8
features/auth/types/oauthProvidersList.ts
Normal file
@ -0,0 +1,8 @@
|
||||
interface oauthProviders {
|
||||
name: string;
|
||||
icon: string;
|
||||
req_endpoint: string;
|
||||
client_id: string | undefined;
|
||||
client_secret: string | undefined;
|
||||
client_callback: string;
|
||||
}
|
||||
Reference in New Issue
Block a user