mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +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> {
|
||||
return await UtilsService.getObjFromStorage<boolean>(ConstantsService.disableAutoTotpCopyKey);
|
||||
return !(await UtilsService.getObjFromStorage<boolean>(ConstantsService.disableAutoTotpCopyKey));
|
||||
}
|
||||
|
||||
// Helpers
|
||||
|
Loading…
Reference in New Issue
Block a user