ai_admin/static/index.html
2024-09-20 04:29:09 +00:00

14 lines
243 B
HTML
Executable File

{% load socialaccount %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login</title>
</head>
<body>
<h2>Login</h2>
<a href="{% provider_login_url 'google' %}">Login with Google</a>
</body>
</html>