Files
tabby-web/src/components/app.component.pug

11 lines
358 B
Plaintext
Raw Normal View History

2021-06-16 23:49:44 +02:00
main(*ngIf='ready && user')
2021-06-17 23:28:03 +02:00
.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}}