forked from Github/PrismLauncher
randomize server port
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
52490743b4
commit
863ebe421c
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ MSAStep::MSAStep(AccountData* data, bool silent) : AuthStep(data), m_silent(sile
|
|||
QFile::exists(FS::PathCombine(APPLICATION->root(), "portable.txt")) || !isSchemeHandlerRegistered())
|
||||
|
||||
{
|
||||
auto replyHandler = new QOAuthHttpServerReplyHandler(1337, this);
|
||||
auto replyHandler = new QOAuthHttpServerReplyHandler(0, this);
|
||||
replyHandler->setCallbackText(R"XXX(
|
||||
<noscript>
|
||||
<meta http-equiv="Refresh" content="0; URL=https://prismlauncher.org/successful-login" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue