diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-10-25 14:20:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-25 14:20:33 +0900 |
| commit | 076cc953e2bcd9f7335e2d9799cdf902829816cb (patch) | |
| tree | 03043ce19df2a87708b0edc4d50700a639c41ed6 /packages/frontend/src/_boot_.ts | |
| parent | enhance(frontend): 「単なるラッキー」の調整 (#14807) (diff) | |
| download | sharkey-076cc953e2bcd9f7335e2d9799cdf902829816cb.tar.gz sharkey-076cc953e2bcd9f7335e2d9799cdf902829816cb.tar.bz2 sharkey-076cc953e2bcd9f7335e2d9799cdf902829816cb.zip | |
enhance(frontend): 外部アプリ認証画面の改良 (#14828)
* enhance(frontend): 外部アプリ認証画面の改良
* :art:
* lint
* Update Changelog
* indent
* lint
* enhance: miauthのリダイレクト先をUI内でも表示するように
* :art:
* fix
* fix
Diffstat (limited to 'packages/frontend/src/_boot_.ts')
| -rw-r--r-- | packages/frontend/src/_boot_.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/_boot_.ts b/packages/frontend/src/_boot_.ts index 13a97e433c..c90cc6bdd0 100644 --- a/packages/frontend/src/_boot_.ts +++ b/packages/frontend/src/_boot_.ts @@ -12,7 +12,7 @@ import '@/style.scss'; import { mainBoot } from '@/boot/main-boot.js'; import { subBoot } from '@/boot/sub-boot.js'; -const subBootPaths = ['/share', '/auth', '/miauth', '/signup-complete']; +const subBootPaths = ['/share', '/auth', '/miauth', '/oauth', '/signup-complete']; if (subBootPaths.some(i => location.pathname === i || location.pathname.startsWith(i + '/'))) { subBoot(); |