Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b7c466b

Browse files
author
Victor George
committed
Merge pull request #448 from appirio-tech/ui-cleanup
added propper class on reset password / buttons
2 parents 2066ab8 + fa129d4 commit b7c466b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/account/reset-password/reset-password.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
p.form-error(ng-show="vm.unkownError") We were unable to send you a reset link because of a temporary problem. Please try again. If you continue to have trouble, please contact
2929
a(href="mailto:[email protected]?Subject=Unable%20to%20reset%20my%20password" target="_top") [email protected]
3030

31-
button(type="submit", ng-disabled='vm.generateTokenForm.email.$invalid || vm.loading', ng-class="{'enabled-button': vm.generateTokenForm.$valid && !vm.loading}") Get Reset Link
31+
button.tc-btn(type="submit", ng-disabled='vm.generateTokenForm.email.$invalid || vm.loading', ng-class="{'enabled-button': vm.generateTokenForm.$valid && !vm.loading}") Get Reset Link
3232

3333
a.link(ui-sref="login") Back to Login
3434

@@ -61,6 +61,6 @@
6161
p.form-error(ng-show="vm.resetFailed") We were unable to reset your password. Please request another reset link. If you continue to have trouble, please contact
6262
a(href="mailto:[email protected]?Subject=Unable%20to%20reset%20my%20password" target="_top") [email protected]
6363

64-
button(type="submit", ng-disabled='vm.resetPasswordForm.password.$invalid || vm.loading', ng-class="{'enabled-button': vm.resetPasswordForm.$valid && !vm.loading}") Set Password
64+
button.tc-btn(type="submit", ng-disabled='vm.resetPasswordForm.password.$invalid || vm.loading', ng-class="{'enabled-button': vm.resetPasswordForm.$valid && !vm.loading}") Set Password
6565

6666
a.link(ui-sref="login") Back to Login

0 commit comments

Comments
 (0)