We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822e36a commit 891bd25Copy full SHA for 891bd25
src/app/components/login/login.html
@@ -1,3 +1,5 @@
1
+<div class="alert alert-warning" role="alert">Preparing SSL is in progress. Never input your usual password.</div>
2
+
3
<h1>Sign in</h1>
4
5
<form (submit)="login(email.value, password.value); $event.preventDefault()">
src/app/components/signup/signup.html
<h1>Sign up</h1>
<form [ng-form-model]="myForm" (submit)="onSubmit(myForm.value)" novalidate>
0 commit comments