add new pages

This commit is contained in:
2025-10-18 12:36:06 -03:00
parent f7babaca9f
commit bd140cd7cb
4 changed files with 367 additions and 77 deletions

View File

@@ -8,6 +8,8 @@ import {
export default [
layout('routes/layout.tsx', [
index('routes/index.tsx'),
route('/signup', 'routes/signup.tsx'),
route('/forgot', 'routes/forgot.tsx'),
route('/deny', 'routes/deny.tsx')
]),
route('/authorize', 'routes/authorize.ts'),