fix: update login

This commit is contained in:
Maël Gangloff
2024-07-22 13:39:45 +02:00
parent 9e8523fa53
commit 1642767993
12 changed files with 33 additions and 10851 deletions

View File

@@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{% block title %}Domain Watchdog{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body>
<div id="root"></div>
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</body>
</html>