summaryrefslogtreecommitdiffhomepage
path: root/backend/src/main/resources/templates/auth/login.html
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-07-28 20:00:49 -0400
committerrealtradam <[email protected]>2024-07-28 20:00:49 -0400
commitfc34d9853386b6dbf270a10862a47a052f1fb151 (patch)
tree20ebca59324d88eab8b867306dd251a27cd91699 /backend/src/main/resources/templates/auth/login.html
parentc24839e8f8b4b6868f8ee383b589ce01dcdc81e1 (diff)
downloadspring-blog-dev.tar.gz
spring-blog-dev.zip
code cleanupdev
Diffstat (limited to 'backend/src/main/resources/templates/auth/login.html')
-rw-r--r--backend/src/main/resources/templates/auth/login.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/src/main/resources/templates/auth/login.html b/backend/src/main/resources/templates/auth/login.html
index 47bc63e..1eaa5f9 100644
--- a/backend/src/main/resources/templates/auth/login.html
+++ b/backend/src/main/resources/templates/auth/login.html
@@ -39,7 +39,9 @@
</div>
<div class="flex flex-wrap mb-2">
</div>
- <button type="submit" value="Log in" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Log In</button>
+ <button type="submit" value="Log in"
+ class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Log In
+ </button>
</form>
</div>