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:
parent
ca6b62c773
commit
db3c7d01fd
4 changed files with 4 additions and 4 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue