UIBuild
Welcome back. Sign in to access
your components and submissions.
01// welcome back, builder
02
03import { signIn } from '@uibuild/auth'
04
05const session = await signIn({
06 email: 'you@example.com',
07 password: '••••••••',
08})
09
10if (session.ok) {
11 redirect('/ui')
12}
✦ welcome back
Sign in
Enter your credentials to continue
Don't have an account? Create one →
Forget password reset it →