mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +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}`;
|
||||
}
|
||||
|
||||
export type AuthProviderType =
|
||||
"github" |
|
||||
"gitlab" |
|
||||
"google" |
|
||||
"okta" |
|
||||
"keycloak" |
|
||||
"microsoft-entra-id" |
|
||||
"credentials" |
|
||||
"nodemailer";
|
||||
|
||||
type AuthProviderInfo = {
|
||||
id: string;
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue