parent
847ad5e7de
commit
49651fe044
|
@ -24,7 +24,7 @@ StatusModal {
|
||||||
|
|
||||||
function onChangePasswordResponse(success, errorMsg) {
|
function onChangePasswordResponse(success, errorMsg) {
|
||||||
if (success) {
|
if (success) {
|
||||||
if (Qt.platform.os === "osx" && localAccountSettings.storeToKeychainValue !== Constants.keychain.storedValue.never) {
|
if (Qt.platform.os === Constants.mac && localAccountSettings.storeToKeychainValue !== Constants.keychain.storedValue.never) {
|
||||||
localAccountSettings.storeToKeychainValue = Constants.keychain.storedValue.notNow;
|
localAccountSettings.storeToKeychainValue = Constants.keychain.storedValue.notNow;
|
||||||
}
|
}
|
||||||
passwordChanged()
|
passwordChanged()
|
||||||
|
|
Loading…
Reference in New Issue