mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:58:21 +02:00
🎉 Add github auth provider.
This commit is contained in:
parent
63cc6aecaf
commit
f3b5b07796
9 changed files with 62 additions and 3 deletions
|
@ -134,6 +134,15 @@
|
|||
"es" : "Entrar con Gitlab"
|
||||
}
|
||||
},
|
||||
"auth.login-with-github-submit" : {
|
||||
"used-in" : [ "src/app/main/ui/auth/login.cljs:154" ],
|
||||
"translations" : {
|
||||
"en" : "Login with Github",
|
||||
"fr" : "Se connecter via Github",
|
||||
"ru" : "Вход через Gitnub",
|
||||
"es" : "Entrar con Github"
|
||||
}
|
||||
},
|
||||
"auth.login-with-ldap-submit" : {
|
||||
"used-in" : [ "src/app/main/ui/auth/login.cljs:105" ],
|
||||
"translations" : {
|
||||
|
|
|
@ -79,4 +79,15 @@
|
|||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-github-auth {
|
||||
margin-bottom: $medium;
|
||||
text-decoration: none;
|
||||
|
||||
.logo {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue