This commit is contained in:
Eugene Pankov
2021-06-27 16:28:49 +02:00
parent 0689c984ff
commit df108d9071
24 changed files with 404 additions and 63 deletions

View File

@@ -1,10 +1 @@
main(*ngIf='ready && loggedIn')
.login-view(*ngIf='ready && !loggedIn')
.buttons
a.btn(
*ngFor='let provider of providers',
[class]='provider.cls',
href='/api/1/auth/social/login/{{provider.id}}'
)
fa-icon([icon]='provider.icon', [fixedWidth]='true')
span Log in with {{provider.name}}
router-outlet