mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
Added initialization of creationDate.
This commit is contained in:
@@ -185,6 +185,7 @@ export abstract class LoginStrategy {
|
||||
name: accountInformation.name,
|
||||
email: accountInformation.email ?? "",
|
||||
emailVerified: accountInformation.email_verified ?? false,
|
||||
creationDate: undefined, // We don't get a creation date in the token. See https://bitwarden.atlassian.net/browse/PM-29551 for consolidation plans.
|
||||
});
|
||||
|
||||
// User env must be seeded from currently set env before switching to the account
|
||||
|
||||
Reference in New Issue
Block a user