This website requires JavaScript.
Explore
Help
Register
Sign In
valknar
/
sexy
Watch
1
Star
0
Fork
0
You've already forked sexy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a38883e63130d550e0893451a7385c68772e408b
sexy
/
packages
/
frontend
/
src
/
routes
/
password
/
+page.server.ts
6 lines
94 B
TypeScript
Raw
Normal View
History
Unescape
Escape
A new start
2025-10-25 22:04:41 +02:00
export
async
function
load
(
{
locals
}
)
{
style: apply prettier formatting to all files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 22:27:54 +01:00
return
{
authStatus
:
locals.authStatus
,
}
;
A new start
2025-10-25 22:04:41 +02:00
}
Reference in New Issue
Copy Permalink