Apply suggestions from code review

Co-authored-by: seth <getchoo@tuta.io>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon
2024-09-16 16:36:05 +03:00
committed by GitHub
parent ca6b62c773
commit db3c7d01fd
4 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ MSAStep::MSAStep(AccountData* data, bool silent) : AuthStep(data), m_silent(sile
window.location.replace("%1");
</script>
)XXX")
.arg(BuildConfig.SUCCESSFULL_LOGIN_URL));
.arg(BuildConfig.LOGIN_CALLBACK_URL));
oauth2.setReplyHandler(replyHandler);
} else {
oauth2.setReplyHandler(new CustomOAuthOobReplyHandler(this));