mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[PM-8279] password generation component (#10805)
This commit is contained in:
@@ -1 +1 @@
|
||||
<bit-password-settings />
|
||||
<bit-password-generator />
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
import { Component } from "@angular/core";
|
||||
|
||||
import {
|
||||
PassphraseSettingsComponent,
|
||||
PasswordSettingsComponent,
|
||||
} from "@bitwarden/generator-components";
|
||||
import { PasswordGeneratorComponent } from "@bitwarden/generator-components";
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
selector: "credential-generator",
|
||||
templateUrl: "credential-generator.component.html",
|
||||
imports: [PassphraseSettingsComponent, PasswordSettingsComponent],
|
||||
imports: [PasswordGeneratorComponent],
|
||||
})
|
||||
export class CredentialGeneratorComponent {}
|
||||
|
||||
Reference in New Issue
Block a user