mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-30 12:33:45 +00:00
Fixes are not fixing
This commit is contained in:
@@ -94,7 +94,9 @@ export async function post(request: Request) {
|
||||
request.locals.session.data = { coolToken, ghToken: null };
|
||||
return {
|
||||
status: 200,
|
||||
body: {}
|
||||
body: {
|
||||
message: "Successfully logged in."
|
||||
}
|
||||
};
|
||||
} catch (error) {
|
||||
return { status: 500, body: { error: error.message || error } };
|
||||
|
||||
Reference in New Issue
Block a user