🔒 (security) security improvement
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
export interface OauthProviders {
|
||||
name: string;
|
||||
icon: string;
|
||||
req_endpoint: string;
|
||||
client_id: string | undefined;
|
||||
client_secret: string | undefined;
|
||||
client_callback: string;
|
||||
}
|
||||
export interface OauthProviders {
|
||||
name: string;
|
||||
icon: string;
|
||||
req_endpoint: string;
|
||||
client_id: string | undefined;
|
||||
client_secret: string | undefined;
|
||||
client_callback: string;
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
export interface ResponseRequestOauthUrl {
|
||||
data: string;
|
||||
message: string;
|
||||
status: string;
|
||||
}
|
||||
export interface ResponseRequestOauthUrl {
|
||||
data: string;
|
||||
message: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user