Removes old login page, more progress on transactions

This commit is contained in:
2025-03-10 14:09:45 -07:00
parent 8429d8516c
commit 7373ef41d1
16 changed files with 270 additions and 137 deletions

View File

@@ -1,8 +1,8 @@
(ns auto-ap.client-routes)
(def routes ["/" {"" :index
"login" :login
"login/" :login
#_#_"login" :login
#_#_"login/" :login
"needs-activation/" :needs-activation
"needs-activation" :needs-activation
"payments/" :payments

View File

@@ -24,7 +24,7 @@
"/account-total" ::account-total
"/account-balance" ::account-balance
"/edit-wizard-new-account" ::edit-wizard-new-account
"/match-payment" ::match-payment
"/match-payment" ::link-payment
"/match-autopay-invoices" ::match-autopay-invoices
"/match-unpaid-invoices" ::match-unpaid-invoices
"/apply-rule" ::apply-rule

View File

@@ -17,6 +17,7 @@
(def routes {"impersonate" :impersonate
"logout" :logout
"login" :login
"search" :search
"indicators" indicator-routes/routes