fix(account): route login landing to dashboard
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
||||
<head><meta charset="utf-8"><title>Lab Timesheet</title></head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Lab Timesheet</h1>
|
||||
<form method="post" th:action="@{/logout}"><button type="submit">Sign out</button></form>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user