forked from mirrors/misskey
enhance: verify-emailにフロントエンドUIを実装 (#16431)
* enhance: メールのverifyをAPIに変更 * enhance(frontend): メールのVerifyページを追加 * fix * 🎨 * 🎨 * Update Changelog * lint
This commit is contained in:
@@ -51,7 +51,7 @@ function submit() {
|
||||
os.alert({
|
||||
type: 'error',
|
||||
title: i18n.ts.somethingHappened,
|
||||
text: i18n.ts.signupPendingError,
|
||||
text: i18n.ts.emailVerificationFailedError,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user