Fix compilation error
This commit is contained in:
parent
31ad180f41
commit
0724113762
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ void Server::serve_oauth2(struct mg_connection *conn, struct http_message *hm) {
|
|||
std::string code = get_http_var(hm, "code");
|
||||
std::string state = get_http_var(hm, "state");
|
||||
|
||||
send_command(instance, "set_oauth2_code " + code + " " + state)
|
||||
send_command(instance, "set_oauth2_code " + code + " " + state);
|
||||
redirect_to(conn, hm, "/instances/");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue