mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 05:00:10 +00:00
fix another typo
This commit is contained in:
@@ -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) };
|
||||
|
||||
Reference in New Issue
Block a user