refactor: quality workflow, docs, tests
This commit is contained in:
parent
a9caf36b01
commit
68ace0a858
27 changed files with 758 additions and 330 deletions
|
|
@ -543,7 +543,7 @@ function App() {
|
|||
const redirectTarget = persona === "manager" ? "/dashboard" : "/portal/tickets"
|
||||
const url = `${resolvedAppUrl}/machines/handshake?token=${encodeURIComponent(token)}&redirect=${encodeURIComponent(redirectTarget)}`
|
||||
window.location.href = url
|
||||
}, [token, config?.accessRole, resolvedAppUrl])
|
||||
}, [token, config?.accessRole, resolvedAppUrl, store])
|
||||
|
||||
async function reprovision() {
|
||||
if (!store) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue