Files
OpenAuth_server/Frontend/src/pages/login/main.ts
Fabian Stamm 1e2bb83447 Add new profile endpoint
Add some logging output for auth failures
2023-04-07 23:01:56 +02:00

6 lines
73 B
TypeScript

import App from "./App.svelte";
new App({
target: document.body,
});