fix: logs user in after registration

This commit is contained in:
2025-05-16 08:17:00 -05:00
parent 2c31485964
commit c4f416af37
8 changed files with 65 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="bg-gradient-to-r from-neutral-700 to-stone-600">
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
@@ -12,7 +12,7 @@
{% block importmap %}{{ importmap('app') }}{% endblock %}
{% endblock %}
</head>
<body class="flex flex-col">
<body class="flex flex-col bg-stone-700">
<div class="grid grid-cols-6">
<div class="col-span-1 h-screen">
<twig:NavBar />