Explorar el Código

SystemComponent: fix reading auth. token from web-client

It was renamed at an unknown point.
Vincent Lang hace 8 años
padre
commit
815f435190
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/system/SystemComponent.cpp

+ 1 - 1
src/system/SystemComponent.cpp

@@ -277,7 +277,7 @@ void SystemComponent::userInformation(const QVariantMap& userModel)
 
   SettingsComponent::Get().setUserRoleList(roleList);
 
-  m_authenticationToken = userModel.value("authenticationToken").toString();
+  m_authenticationToken = userModel.value("authToken").toString();
 }
 
 /////////////////////////////////////////////////////////////////////////////////////////