fix: typo

This commit is contained in:
Sebastian Hierholzer
2023-12-07 14:49:56 +01:00
parent c367992116
commit 9868ab61c9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export function getLogins() {
}
// Kakao
if (process.env.NEXT_PUBLIC_KAKAO_ENABLED === 'true') {
buttonAuths.push({method: 'kakao', name: process.env.KAOKAO_CUSTOM_NAME ?? 'Kakao'});
buttonAuths.push({method: 'kakao', name: process.env.KAKAO_CUSTOM_NAME ?? 'Kakao'});
}
// Keycloak
if (process.env.NEXT_PUBLIC_KEYCLOAK_ENABLED === 'true') {