mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
totp settings fix
This commit is contained in:
parent
530ed94d3c
commit
7bf681c291
@ -32,7 +32,7 @@ export default class TotpService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async isAutoCopyEnabled(): Promise<boolean> {
|
async isAutoCopyEnabled(): Promise<boolean> {
|
||||||
return await UtilsService.getObjFromStorage<boolean>(ConstantsService.disableAutoTotpCopyKey);
|
return !(await UtilsService.getObjFromStorage<boolean>(ConstantsService.disableAutoTotpCopyKey));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Helpers
|
// Helpers
|
||||||
|
Loading…
Reference in New Issue
Block a user