mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 08:54:05 +10:00
feat(i18n): implement localization using LinguiJS
This commit is contained in:
@@ -44,7 +44,7 @@ export class GitHubStrategy extends PassportStrategy(Strategy, "github") {
|
||||
user = await this.userService.create({
|
||||
email,
|
||||
picture,
|
||||
language: "en",
|
||||
locale: "en-US",
|
||||
name: displayName,
|
||||
provider: "github",
|
||||
emailVerified: true, // auto-verify emails
|
||||
|
||||
@@ -44,7 +44,7 @@ export class GoogleStrategy extends PassportStrategy(Strategy, "google") {
|
||||
user = await this.userService.create({
|
||||
email,
|
||||
picture,
|
||||
language: "en",
|
||||
locale: "en-US",
|
||||
name: displayName,
|
||||
provider: "google",
|
||||
emailVerified: true, // auto-verify emails
|
||||
|
||||
Reference in New Issue
Block a user