User Authentication and Other fixes #1

Merged
vinod merged 30 commits from user-auth into main 2023-02-05 09:01:08 +00:00
Showing only changes of commit 5b7802658f - Show all commits

View File

@@ -2,7 +2,8 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="shortcut icon" type="image/x-icon" href="data:image/x-icon;,"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.svg">
<link data-trunk rel="css" href="css/index.css" /> <link data-trunk rel="css" href="css/index.css" />
<link data-trunk rel="copy-dir" href="static" /> <link data-trunk rel="copy-dir" href="static" />
<link rel="stylesheet" href="/assets/tailwind.css"/> <link rel="stylesheet" href="/assets/tailwind.css"/>