Add new profile endpoint
Add some logging output for auth failures
This commit is contained in:
6
Frontend/src/pages/user/main.ts
Normal file
6
Frontend/src/pages/user/main.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import "../../components/theme";
|
||||
import App from "./App.svelte";
|
||||
|
||||
new App({
|
||||
target: document.body,
|
||||
});
|
Reference in New Issue
Block a user