Auth redirects, language switch, basic profile
This commit is contained in:
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
-193
File diff suppressed because one or more lines are too long
+102
File diff suppressed because one or more lines are too long
+72
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+5
-2
@@ -5,8 +5,11 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/phpCourse/exam/dist/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React + TS</title>
|
||||
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-BJXidBC9.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/phpCourse/exam/dist/assets/index-D83Ey19k.css">
|
||||
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-BF6aZoB4.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/vendor_mui-DqRwP0O9.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/vendor_react-BnzSvkeI.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/vendor_tanstack-BjOH7Cun.js">
|
||||
<link rel="stylesheet" crossorigin href="/phpCourse/exam/dist/assets/vendor_react-D83Ey19k.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
+7
-1
@@ -12,5 +12,11 @@
|
||||
|
||||
"Log in": "Anmelden",
|
||||
"Log out": "Abmelden",
|
||||
"Profile": "Profil"
|
||||
"Profile": "Profil",
|
||||
|
||||
"Updating": "Aktualisiert",
|
||||
|
||||
"Username": "Benutzername",
|
||||
"Member since": "Mitglied seit",
|
||||
"Post count": "Anzahl Posts"
|
||||
}
|
||||
|
||||
+7
-1
@@ -12,5 +12,11 @@
|
||||
|
||||
"Log in": "Log in",
|
||||
"Log out": "Log out",
|
||||
"Profile": "Profile"
|
||||
"Profile": "Profile",
|
||||
|
||||
"Updating": "Updating",
|
||||
|
||||
"Username": "Username",
|
||||
"Member since": "Member since",
|
||||
"Post count": "Post count"
|
||||
}
|
||||
|
||||
Vendored
+4842
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user