tabby-web/frontend/src/components/login.component.pug
Eugene Pankov 0484b4c8d7
.
2021-07-28 22:14:34 +02:00

10 lines
349 B
Plaintext

.login-view(*ngIf='ready')
.buttons
a.btn(
*ngFor='let provider of providers',
[class]='provider.cls',
href='{{commonService.backendURL}}/api/1/auth/social/login/{{provider.id}}'
)
fa-icon([icon]='provider.icon', [fixedWidth]='true')
span Log in with {{provider.name}}