Improve the authentication workflow (#18)

This commit is contained in:
Kevin Yue
2020-05-31 12:14:56 +08:00
committed by GitHub
parent 3a790cdc63
commit cf34f9f70f
6 changed files with 45 additions and 22 deletions

View File

@@ -132,7 +132,7 @@ QString PortalConfigResponse::prelogonUserAuthCookie() const
return _prelogonAuthCookie;
}
QList<GPGateway> PortalConfigResponse::allGateways()
QList<GPGateway> PortalConfigResponse::allGateways() const
{
return _gateways;
}