mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-06 18:57:56 +01:00
PM-1049 -Comment cleanup and TODO added
This commit is contained in:
parent
db2162b47e
commit
786d197a14
@ -1,10 +1,3 @@
|
||||
<!-- <div class="center-content">
|
||||
<div class="content login-page">
|
||||
<div class="logo-image"></div>
|
||||
<p class="lead text-center">{{ "loginOrCreateNewAccount" | i18n }}</p>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div id="login-initiated">
|
||||
<header>
|
||||
<h1 class="margin-auto">
|
||||
|
@ -77,6 +77,7 @@ const systemTimeoutOptions = {
|
||||
<ng-template #loginApproval></ng-template>
|
||||
<app-header></app-header>
|
||||
|
||||
<!-- TODO: remove these new buttons and new goTo method -->
|
||||
<div class="d-flex flex-row justify-content-between">
|
||||
<button class="btn btn-primary mr-2" (click)="goTo('/login')">Login</button>
|
||||
<button class="btn btn-primary" (click)="goTo('/login-initiated')">Login Initiated</button>
|
||||
|
Loading…
Reference in New Issue
Block a user