1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-3554] Add support for alias creation via self-hosted SimpleLogin (#6077)

* Add support for alias creation via self-hosted SimpleLogin

* Add forwardedSimpleLoginBaseUrl to username-gen-options type

* Only show Server Url on web if on selfhosted bitwarden

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2023-10-23 13:48:15 +02:00
committed by GitHub
parent 55bc275f40
commit 8067b26dc6
7 changed files with 40 additions and 1 deletions

View File

@@ -17,4 +17,5 @@ export type UsernameGeneratorOptions = {
forwardedForwardEmailApiToken?: string;
forwardedForwardEmailDomain?: string;
forwardedSimpleLoginApiKey?: string;
forwardedSimpleLoginBaseUrl?: string;
};