mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
removed unused type
This commit is contained in:
parent
6c947e36f2
commit
f83b858209
1 changed files with 0 additions and 10 deletions
|
|
@ -66,16 +66,6 @@ export const createPathWithQueryParams = (path: string, ...queryParams: [string,
|
||||||
return `${path}?${queryString}`;
|
return `${path}?${queryString}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type AuthProviderType =
|
|
||||||
"github" |
|
|
||||||
"gitlab" |
|
|
||||||
"google" |
|
|
||||||
"okta" |
|
|
||||||
"keycloak" |
|
|
||||||
"microsoft-entra-id" |
|
|
||||||
"credentials" |
|
|
||||||
"nodemailer";
|
|
||||||
|
|
||||||
type AuthProviderInfo = {
|
type AuthProviderInfo = {
|
||||||
id: string;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue