initial login logic
This commit is contained in:
11
templates/dashboard.html
Normal file
11
templates/dashboard.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Dashboard - Kebuu{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="dashboard-container">
|
||||
<h1>Welcome to your Dashboard</h1>
|
||||
<p>Hello, {{ current_user.email }}!</p>
|
||||
<p>You have successfully signed up and logged in.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user