1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Fixed incorrect fallback redirect for "new" profiles

This commit is contained in:
2025-01-12 19:41:16 +04:00
parent a8a27654fc
commit 927e4c157b

View File

@@ -12,7 +12,7 @@
let isActiveProfile = false;
if (profileId === 'new') {
goto('/maintenance/profiles/new/edit');
goto('/features/maintenance/new/edit');
}
$: {