File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h3>Social login</h3>
27
27
</ md-card-actions >
28
28
</ form >
29
29
30
- < hr / >
30
+ < hr >
31
31
32
32
< h3 > Login</ h3 >
33
33
< form (ngSubmit) ="onSignin(f) " #f ="ngForm ">
@@ -47,13 +47,13 @@ <h3>Login</h3>
47
47
< hr >
48
48
49
49
< h3 > Anonymous login</ h3 >
50
+ < form (ngSubmit) ="onSigninAnonymous(a) " #a ="ngForm ">
51
+ < md-card-actions class ="button ">
52
+ < button md-raised-button class ="primary " type ="submit "> Login anonymously</ button >
53
+ </ md-card-actions >
54
+ </ form >
50
55
51
- < md-card-actions class ="button ">
52
- < button md-raised-button class ="primary " (click) ="onSigninAnonymous() "> Login anonymously</ button >
53
- </ md-card-actions >
54
- -->
55
56
</ md-card >
56
-
57
57
<!-- TEMPORARY PLACE -->
58
58
<!--
59
59
<app-phone-signin></app-phone-signin>
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { MdDatepicker } from '@angular/material';
7
7
styleUrls : [ './misc.component.scss' ]
8
8
} )
9
9
export class MiscComponent implements OnInit {
10
+ answer : string ;
10
11
11
12
constructor ( ) { }
12
13
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ <h3>My profile settings</h3>
21
21
</md-input-container> -->
22
22
23
23
< hr >
24
-
25
- < md-card-actions class ="button ">
24
+
25
+ <!-- < md-card-actions class="button">
26
26
<button md-raised-button class="primary" (click)="onSaveData()">Save Settings</button>
27
- </ md-card-actions >
27
+ </md-card-actions> -->
28
28
29
29
< md-card-actions class ="button ">
30
30
< button md-raised-button class ="primary " (click) ="onLogout() "> Logout</ button >
Original file line number Diff line number Diff line change 13
13
14
14
< hr />
15
15
16
- < md-card-subtitle > {{profileBio}}</ md-card-subtitle >
16
+ <!-- < md-card-subtitle>{{profileBio}}</md-card-subtitle> -- >
17
17
18
18
< md-card-actions class ="button ">
19
19
< button md-raised-button class ="primary " (click) ="onPasswordReset() "> Reset my password</ button >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class HeaderComponent {
14
14
angularImage : string ;
15
15
16
16
constructor (
17
- private authService : AuthService ,
17
+ public authService : AuthService ,
18
18
private alertService : AlertService ,
19
19
private userService : UserService
20
20
) {
You can’t perform that action at this time.
0 commit comments