Skip to content

Commit f83b858

Browse files
removed unused type
1 parent 6c947e3 commit f83b858

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/web/src/lib/utils.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ export const createPathWithQueryParams = (path: string, ...queryParams: [string,
6666
return `${path}?${queryString}`;
6767
}
6868

69-
export type AuthProviderType =
70-
"github" |
71-
"gitlab" |
72-
"google" |
73-
"okta" |
74-
"keycloak" |
75-
"microsoft-entra-id" |
76-
"credentials" |
77-
"nodemailer";
78-
7969
type AuthProviderInfo = {
8070
id: string;
8171
name: string;

0 commit comments

Comments
 (0)