Skip to content

Commit d735c52

Browse files
committed
refactor(types): remove 'facebook' from TProviders type
1 parent d849815 commit d735c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/providers.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
type TProviders = "google" | "facebook" | "github";
1+
type TProviders = "google" | "github";

0 commit comments

Comments
 (0)