mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 15:03:26 +00:00
fix typos
This commit is contained in:
@@ -197,7 +197,7 @@ export class CredentialGeneratorComponent implements OnInit, OnChanges, OnDestro
|
||||
this.maybeAlgorithm$
|
||||
.pipe(
|
||||
map((a) => {
|
||||
if (a && a.i18nKeys.description) {
|
||||
if (a?.i18nKeys?.description) {
|
||||
return translate(a.i18nKeys.description, this.i18nService);
|
||||
} else {
|
||||
return "";
|
||||
|
||||
@@ -33,7 +33,7 @@ export abstract class CredentialGeneratorService {
|
||||
|
||||
/** Emits metadata for the set of algorithms available to a user.
|
||||
* @param type the set of algorithms
|
||||
* @param dependences.account$ algorithms are filtered to only
|
||||
* @param dependencies.account$ algorithms are filtered to only
|
||||
* those matching the provided account's policy.
|
||||
* @returns An observable that emits algorithm metadata.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user