mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
totp settings fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user