1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Integrate OAuth2 Provider (#5378)

This commit is contained in:
Jonas Franz
2019-03-08 17:42:50 +01:00
committed by techknowlogick
parent 9d3732dfd5
commit e777c6bdc6
37 changed files with 2667 additions and 11 deletions

View File

File diff suppressed because one or more lines are too long

View File

@@ -633,3 +633,7 @@ footer {
.archived-icon{
color: lighten(#000, 70%) !important;
}
.oauth2-authorize-application-box {
margin-top: 3em !important;
}