1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Merge pull request #74 from koloml/bugfix/incorrect-redirect

Fixed fallback redirect when visiting profile with ID "new"
This commit is contained in:
2025-01-13 22:04:45 +04:00
committed by GitHub

View File

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