Warns when an account is unusable

This commit is contained in:
Bryce
2024-03-28 19:39:47 -07:00
parent 0d75df522d
commit 6496eea485
5 changed files with 29 additions and 13 deletions

View File

@@ -303,7 +303,9 @@
[:div.flex.flex-col
(com/typeahead {:name name
:placeholder "Search..."
:url (str (bidi/path-for ssr-routes/only-routes :account-search) "?client-id=" client-id)
:url (hu/url (bidi/path-for ssr-routes/only-routes :account-search)
{:client-id client-id
:purpose "invoice"})
:id name
:x-model x-model
:value value