Feature: Social sign in
This commit is contained in:
parent
78defd238c
commit
5605af973b
3 changed files with 9 additions and 4 deletions
|
@ -241,7 +241,7 @@ func Oauth2Icon(t int) string {
|
|||
case 3:
|
||||
return "fa-twitter-square"
|
||||
case 4:
|
||||
return "fa-linux"
|
||||
return "fa-qq"
|
||||
case 5:
|
||||
return "fa-weibo"
|
||||
}
|
||||
|
@ -253,11 +253,11 @@ func Oauth2Name(t int) string {
|
|||
case 1:
|
||||
return "GitHub"
|
||||
case 2:
|
||||
return "Google"
|
||||
return "Google+"
|
||||
case 3:
|
||||
return "Twitter"
|
||||
case 4:
|
||||
return "Tencent QQ"
|
||||
return "腾讯 QQ"
|
||||
case 5:
|
||||
return "Weibo"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue