mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 14:09:57 +00:00
10 lines
349 B
Plaintext
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}}
|