Login with apple

This commit is contained in:
2025-06-15 17:29:41 +08:00
parent 217a0c0a54
commit b3786827ef
14 changed files with 270 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<!--
@ -242,10 +242,18 @@
alt=""
/>
</picture>
<!-- Alert -->
<script
src="https://unpkg.com/sweetalert@2.1.2/dist/sweetalert.min.js"
async=""
></script>
<!-- Sign in with Apple -->
<script
type="text/javascript"
src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"
></script>
<script>
document.oncontextmenu = (evt) => evt.preventDefault();
</script>
@ -275,4 +283,3 @@
</script>
</body>
</html>