Small bugs/copy changes

This commit is contained in:
Jon Staab
2025-02-04 14:21:21 -08:00
parent 22cbb9fe1c
commit e53d2eb8da
2 changed files with 17 additions and 4 deletions
+3 -1
View File
@@ -16,9 +16,11 @@
const {url} = $props()
const path = makeSpacePath(url)
const back = () => history.back()
const confirm = () => goto(makeSpacePath(url), {replaceState: true})
const confirm = () => goto(path, {replaceState: true})
const next = () => {
if (!error && ctx.net.pool.get(url).stats.lastAuth === 0) {