mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
Added initialization of creationDate.
This commit is contained in:
@@ -185,6 +185,7 @@ export abstract class LoginStrategy {
|
|||||||
name: accountInformation.name,
|
name: accountInformation.name,
|
||||||
email: accountInformation.email ?? "",
|
email: accountInformation.email ?? "",
|
||||||
emailVerified: accountInformation.email_verified ?? false,
|
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
|
// User env must be seeded from currently set env before switching to the account
|
||||||
|
|||||||
Reference in New Issue
Block a user