tabby-web/src/components/app.component.pug
Eugene Pankov f8f58a66ec
auth
2021-06-17 23:28:03 +02:00

11 lines
358 B
Plaintext

main(*ngIf='ready && user')
.login-view(*ngIf='ready && !user')
.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}}