diff options
author | Vitaly Takmazov | 2019-12-20 16:28:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-12-20 16:28:41 +0300 |
commit | 8f7b2af21beda60d6123f555a0c21d2eadfc777a (patch) | |
tree | cec8a81dc63eaa272a4ab9e818ebb0cbde1e4670 /src/main/resources | |
parent | 3ab17252a7d9f6c5834d85d050a19fa41be0c07d (diff) |
Sign In With Apple
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/views/login.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/templates/views/login.html b/src/main/resources/templates/views/login.html index 11900c8d..0fdfb7e2 100644 --- a/src/main/resources/templates/views/login.html +++ b/src/main/resources/templates/views/login.html @@ -128,6 +128,9 @@ data-telegram-login="Juick_bot" data-size="medium" data-radius="0" data-auth-url="https://juick.com/_tglogin" data-request-access="write"></script> </div> + <div id="apple"> + <a href="/_apple" rel="nofollow"><img src="https://appleid.cdn-apple.com/appleid/button" /></a> + </div> </div> <div id="signin"> <a href="#" onclick="$('#signinform').toggle(); $('#nickinput').focus(); return false"> |