Reset Password

Three steps to get back in

Step 1 — Go to vercel.com → your project → Settings → Environment Variables
Change APP_PASS and save.
Step 2 — Redeploy:
git commit --allow-empty -m "redeploy" && git push
Step 3 — Visit:
https://pankaca.vercel.app/__reset?secret=ADMIN_SECRET ADMIN_SECRET is in your Vercel env vars.
Done — Sign in with your new password.
← Back to Login