mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
[PM-16171] Simplelogin alias generation only generate random words instead the domain name (#13024)
* Exposes URI property from the cipher form. * Updates credential generator to accept the URI using a `website` attribute --------- Co-authored-by: ✨ Audrey ✨ <audrey@audreyality.com>
This commit is contained in:
@@ -51,6 +51,12 @@ export abstract class CipherFormContainer {
|
||||
group: Exclude<CipherForm[K], undefined>,
|
||||
): void;
|
||||
|
||||
/**
|
||||
* The website that the component publishes to edit email and username workflows.
|
||||
* Returns `null` when the cipher isn't bound to a website.
|
||||
*/
|
||||
abstract get website(): string | null;
|
||||
|
||||
/**
|
||||
* Method to update the cipherView with the new values. This method should be called by the child form components
|
||||
* @param updateFn - A function that takes the current cipherView and returns the updated cipherView
|
||||
|
||||
Reference in New Issue
Block a user