enhance(frontend): 外部アプリ認証画面の改良 (#14828)

* enhance(frontend): 外部アプリ認証画面の改良

* 🎨

* lint

* Update Changelog

* indent

* lint

* enhance: miauthのリダイレクト先をUI内でも表示するように

* 🎨

* fix

* fix
This commit is contained in:
かっこかり 2024-10-25 14:20:33 +09:00 committed by GitHub
parent 15ae1605ec
commit 076cc953e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 697 additions and 151 deletions

16
locales/index.d.ts vendored
View file

@ -5210,6 +5210,10 @@ export interface Locale extends ILocale {
*
*/
"lockdown": string;
/**
*
*/
"pleaseSelectAccount": string;
"_accountSettings": {
/**
*
@ -8448,14 +8452,26 @@ export interface Locale extends ILocale {
*
*/
"callback": string;
/**
*
*/
"accepted": string;
/**
*
*/
"denied": string;
/**
*
*/
"scopeUser": string;
/**
*
*/
"pleaseLogin": string;
/**
* URLに遷移します
*/
"byClickingYouWillBeRedirectedToThisUrl": string;
};
"_antennaSources": {
/**