This commit is contained in:
geek 2018-05-30 15:19:09 +09:00
parent 1f16e5f476
commit 3786a6045d

View File

@ -42,9 +42,9 @@
<span class="ui-button-icon-left ui-c fa fa-fw ui-icon-person"></span>
<span class="ui-button-text ui-c">Sign In</span>
</button>
<a href="#" (click)="onResetPassword()">Forgot Password</a>
<a style="cursor: pointer" (click)="onResetPassword()">Forgot Password</a>
|
<a href="#" (click)="onSignup()">Sign Up</a>
<a style="cursor: pointer" (click)="onSignup()">Sign Up</a>
</div>
</div>
</div>