1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

fix another typo

This commit is contained in:
✨ Audrey ✨
2025-04-21 13:50:37 -04:00
parent f07a3009f3
commit 586c6dbfb7

View File

@@ -285,7 +285,7 @@ export class CredentialGeneratorComponent implements OnInit, OnChanges, OnDestro
this.root$
.pipe(
map((root): CascadeValue => {
if (root.nav === FORWARDER) {
if (root.nav === IDENTIFIER) {
return { nav: root.nav };
} else if (root.nav) {
return { nav: root.nav, algorithm: JSON.parse(root.nav) };