1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +00:00

[EC-143] [BEEEP] Allow linking to ciphers (#1579)

Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
This commit is contained in:
Oscar Hinton
2022-04-25 15:41:44 +02:00
committed by GitHub
parent 705251fbe2
commit 0444b78ad1
30 changed files with 246 additions and 88 deletions

View File

@@ -24,7 +24,11 @@
<p>{{ "joinOrganizationDesc" | i18n }}</p>
<hr />
<div class="d-flex">
<a routerLink="/" [queryParams]="{ email: email }" class="btn btn-primary btn-block">
<a
routerLink="/login"
[queryParams]="{ email: email }"
class="btn btn-primary btn-block"
>
{{ "logIn" | i18n }}
</a>
<a