Skip to content
Snippets Groups Projects
Unverified Commit d252514a authored by NoriDev's avatar NoriDev Committed by GitHub
Browse files

popupで設定ページを表示すると、アカウントの削除ページにアクセスすることができない問題を修正 (#7797)

parent 31d1edc0
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
- リモートユーザーのDeleteアクティビティに対応
### Bugfixes
- popupで設定ページを表示すると、アカウントの削除ページにアクセスすることができない問題を修正
## 12.90.1 (2021/09/05)
......
......@@ -26,7 +26,7 @@
<FormLink to="/bios" behavior="browser"><template #icon><i class="fas fa-door-open"></i></template>BIOS</FormLink>
<FormLink to="/cli" behavior="browser"><template #icon><i class="fas fa-door-open"></i></template>CLI</FormLink>
<FormLink to="./delete-account"><template #icon><i class="fas fa-exclamation-triangle"></i></template>{{ $ts.closeAccount }}</FormLink>
<FormLink to="/settings/delete-account"><template #icon><i class="fas fa-exclamation-triangle"></i></template>{{ $ts.closeAccount }}</FormLink>
</FormBase>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment