trips) adding initial commit
This commit is contained in:
8
src/routes/login/+page.server.ts
Normal file
8
src/routes/login/+page.server.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { env } from '$env/dynamic/private';
|
||||
import type { PageServerLoad } from './$types';
|
||||
|
||||
export const load: PageServerLoad = async () => {
|
||||
return {
|
||||
signinUrl: `${env.AUTH_URL}/signin/synology`
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user