forked from argoproj/argo-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
argoproj#44 Redesign confirm reset password page
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
29 changes: 21 additions & 8 deletions
29
saas/axops/src/ui/src/app/views/reset-password/reset-confirmation/reset-confirmation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
<div class="login"> | ||
<div class="login__box"> | ||
<div class="login__logo login__logo--neg"></div> | ||
<h4>Your password was changed</h4> | ||
<div>Check your email and click the link to confirm change.</div> | ||
<div class="login__more-row"> | ||
<a routerLink="/login">{{ 'Go to Login' | translate }}</a> | ||
<div class="setup"> | ||
<div class="setup__shortcut"> | ||
<div class="argo"></div> | ||
<div class="logo"></div> | ||
</div> | ||
|
||
<div class="setup__box"> | ||
<div class="setup__header"> | ||
<h1>{{ 'Password Reset Complete' | translate }}?</h1> | ||
</div> | ||
<div class="setup__content setup__content--reset-password-confirm"> | ||
<p> | ||
{{ 'Your password has been updated. Now you continue to Sign In to Argo.' | translate }} | ||
</p> | ||
|
||
<div class="setup__btn-center setup__btn-center--additional-top-margin"> | ||
<a axButtonWave class="ax-button ax-button--base" routerLink="/login"> | ||
{{ 'Sign In' | translate }} | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters