Skip to content

Commit 891bd25

Browse files
committed
warning about ssl
1 parent 822e36a commit 891bd25

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/app/components/login/login.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div class="alert alert-warning" role="alert">Preparing SSL is in progress. Never input your usual password.</div>
2+
13
<h1>Sign in</h1>
24

35
<form (submit)="login(email.value, password.value); $event.preventDefault()">

src/app/components/signup/signup.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div class="alert alert-warning" role="alert">Preparing SSL is in progress. Never input your usual password.</div>
2+
13
<h1>Sign up</h1>
24

35
<form [ng-form-model]="myForm" (submit)="onSubmit(myForm.value)" novalidate>

0 commit comments

Comments
 (0)