Sear POS
Sign in to your account
{ loading = false; }).catch(() => { loading = false; }); " hx-post="/api/v1/auth/login" hx-target="#login-response" hx-swap="innerHTML" hx-indicator=".login-spinner" @htmx:after-request.window=" if ($event.detail.xhr.status === 200) { let data = JSON.parse($event.detail.xhr.responseText); if (data.access_token) { localStorage.setItem('sear_token', data.access_token); document.cookie = 'sear_token=' + data.access_token + '; path=/; SameSite=Strict'; $store.auth.token = data.access_token; $store.auth.user = data.user || {}; window.location.href = '/pos'; } } else if ($event.detail.xhr.status >= 400) { error = 'Invalid email or password'; shake = true; setTimeout(() => shake = false, 300); } ">
Email
Password
Sign In
Signing in...
Forgot Password?
Staff PIN Login