로그인화면 불필요 요소 숨김처리.
This commit is contained in:
parent
4ff74796b1
commit
57f05645b8
|
@ -72,10 +72,13 @@
|
|||
</form>
|
||||
|
||||
<div class="register" fxLayout="column" fxLayoutAlign="center center">
|
||||
<div *ngIf="false">
|
||||
<span class="text">Don't have an account?</span>
|
||||
<a class="link">Forgot Password?</a>
|
||||
<a class="link">Create an account</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="policy">
|
||||
<a class="link" (click)="onClickNoti()">{{
|
||||
!!notiText ? notiText : '개인정보 처리방침'
|
||||
|
|
Loading…
Reference in New Issue
Block a user