-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024.10.0でメールアドレス無しの入会がエラーになります #14736
Closed
Labels
Comments
対応案
|
|
ローカルでは再現しなかったわね |
メールアドレス無しかつCAPTC'HA有効時かしら |
1かしら |
たぶんこれ |
5 tasks
ダイアログを閉じてログイン画面から入り直せば普通にログインできるとはいえ、登録完了後にエラーダイアログが出るのはユーザー体験的にわりと問題な可能性があるのでこれだけでリリースするのもアリ |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #14735
Originally posted by fujisan-sky October 10, 2024
こちらに入れさせて頂くの初めてです。急いで、ご報告すべきかと思い、あまり調べずに入れさせていただいています。
問題があったら申し訳ありません。
昨日リリースされた2024.10.0 を入れさせて頂いたのですが。
メールアドレス無しの場合の、Signupのシーケンスでの最後のSingin処理でエラー[問題が発生しました]になるようです。
MkSignupDialog.form.vue
の最後のあたりにある
const res = await misskeyApi('signin-flow', {
username: username.value,
password: password.value,
});
emit('signup', res);
からのsigninです。
(Singin時にCaptchaが追加された影響かと思い、試しにSingup時のCaptchaの値を入れてみたのですが、
同じ値で認証2回は拒否されるようですね。)
The text was updated successfully, but these errors were encountered: