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