diff --git a/server/src/routes/api/post/loginWithCredentials.ts b/server/src/routes/api/post/loginWithCredentials.ts index c6e47b9..b3b5dc6 100644 --- a/server/src/routes/api/post/loginWithCredentials.ts +++ b/server/src/routes/api/post/loginWithCredentials.ts @@ -6,7 +6,7 @@ const handler: ApiHandler['handler'] = (req, res) => { const { username, password } = req.body console.log({ username, password }) - res.send(null) + res.send({ loggedIn: true }) } const apiHandler = { path, handler } diff --git a/webui b/webui index f659aff..513f6ca 160000 --- a/webui +++ b/webui @@ -1 +1 @@ -Subproject commit f659afffd2c9c7af0725179820da799af02dd53c +Subproject commit 513f6ca1c25032d17dba8aed175e8c61a152abd4