mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
api models and services
This commit is contained in:
@@ -52,9 +52,9 @@
|
||||
|
||||
function loadProfile(profile, callback) {
|
||||
_userProfile.extended = {
|
||||
name: profile.Name,
|
||||
twoFactorEnabled: profile.TwoFactorEnabled,
|
||||
culture: profile.Culture
|
||||
name: profile.name,
|
||||
twoFactorEnabled: profile.twoFactorEnabled,
|
||||
culture: profile.culture
|
||||
};
|
||||
|
||||
callback();
|
||||
|
||||
Reference in New Issue
Block a user