1
0
Fork 0
scrolltron/src/routes/+page.server.js

6 lines
139 B
JavaScript

/** @type {import('./$types').Actions} */
export const actions = {
default: async (event) => {
// TODO log the user in
}
};