fix: add getLogins boilerplate

This commit is contained in:
Sebastian Hierholzer
2023-12-03 22:19:02 +01:00
parent ffc927759e
commit ba72de19ef
2 changed files with 210 additions and 3 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ declare global {
// Google
NEXT_PUBLIC_GOOGLE_ENABLED?: string;
NEXT_PUBLIC_GOOGLE_CUSTOM_NAME?: string;
GOOGLE_CUSTOM_NAME?: string;
GOOGLE_CLIENT_ID?: string;
GOOGLE_CLIENT_SECRET?: string;