Grant Limberg 4 tahun lalu
induk
melakukan
0b89a49201
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

@@ -388,7 +388,7 @@ std::string PostgreSQL::getSSOAuthURL(const nlohmann::json &member, const std::s
 				Utils::hex(state, 48, state_hex);
 				Utils::hex(state, 48, state_hex);
 				
 				
 				OSUtils::ztsnprintf(authenticationURL, sizeof(authenticationURL),
 				OSUtils::ztsnprintf(authenticationURL, sizeof(authenticationURL),
-					"%s?response_type=id_token&response_mode=form_post&scope=openid+email+profile&redriect_uri=%s&nonce=%s&state=%s&client_id=%s",
+					"%s?response_type=id_token&response_mode=form_post&scope=openid+email+profile&redirect_uri=%s&nonce=%s&state=%s&client_id=%s",
 					authorization_endpoint.c_str(),
 					authorization_endpoint.c_str(),
 					redirectURL.c_str(),
 					redirectURL.c_str(),
 					nonce.c_str(),
 					nonce.c_str(),