File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ <h3 class="heading-tertiary">Login</h3>
8
8
< span class ="tab__header " data-ng-class ="currentTab === 'remind' ? 'tab__header--selected' : '' " data-ng-click ="setTab('remind') "> Remind</ span >
9
9
</ div >
10
10
< div class ="tabs__body ">
11
+ < p > Login and register is disabled as we no longer hosting NodeJS API for this app.</ p >
11
12
< div class ="tab__body " data-ng-if ="currentTab === 'login' ">
12
13
< form id ="loginForm " data-ng-submit ="$parent.login() ">
13
14
< div class ="form-group ">
@@ -39,4 +40,4 @@ <h3 class="heading-tertiary">Login</h3>
39
40
< button type ="submit " class ="button " form ="remindForm " data-ng-if ="currentTab === 'remind' "> Remind</ button >
40
41
< button type ="button " class ="button " data-ng-click ="hideModal() "> Close</ button >
41
42
</ div >
42
- </ div >
43
+ </ div >
Original file line number Diff line number Diff line change 3
3
< h3 class ="heading-tertiary "> Register</ h3 >
4
4
</ div >
5
5
< div class ="modal__body ">
6
+ < p > Login and register is disabled as we no longer hosting NodeJS API for this app.</ p >
6
7
< form id ="registerForm " data-ng-submit ="register() " data-ng-if ="!success ">
7
8
< div class ="form-group ">
8
9
< label for ="email "> E-Mail:</ label >
@@ -28,4 +29,4 @@ <h3 class="heading-tertiary">Register</h3>
28
29
< button type ="submit " class ="button " form ="registerForm "> Register</ button >
29
30
< button type ="button " class ="button " data-ng-click ="hideModal() "> Close</ button >
30
31
</ div >
31
- </ div >
32
+ </ div >
You can’t perform that action at this time.
0 commit comments