fix: update stale account url/email on re-login (#18426)

This commit is contained in:
Kit Langton 2026-03-20 14:50:01 -04:00 committed by GitHub
parent 12b8e1c2be
commit 24f9df5463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,6 +136,8 @@ export class AccountRepo extends ServiceMap.Service<AccountRepo, AccountRepo.Ser
.onConflictDoUpdate({
target: AccountTable.id,
set: {
email: input.email,
url: input.url,
access_token: input.accessToken,
refresh_token: input.refreshToken,
token_expiry: input.expiry,