mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
app: fix registration URLs
This commit is contained in:
parent
40ba65dca7
commit
37f61ce212
@ -204,7 +204,7 @@ impl HostService {
|
|||||||
callback: Callback<Result<Box<registration::ServerRegistrationStartResponse>>>,
|
callback: Callback<Result<Box<registration::ServerRegistrationStartResponse>>>,
|
||||||
) -> Result<FetchTask> {
|
) -> Result<FetchTask> {
|
||||||
call_server_json_with_error_message(
|
call_server_json_with_error_message(
|
||||||
"/auth/opaque/registration/start",
|
"/auth/opaque/register/start",
|
||||||
&request,
|
&request,
|
||||||
callback,
|
callback,
|
||||||
"Could not start registration: ",
|
"Could not start registration: ",
|
||||||
@ -216,7 +216,7 @@ impl HostService {
|
|||||||
callback: Callback<Result<()>>,
|
callback: Callback<Result<()>>,
|
||||||
) -> Result<FetchTask> {
|
) -> Result<FetchTask> {
|
||||||
call_server_empty_response_with_error_message(
|
call_server_empty_response_with_error_message(
|
||||||
"/auth/opaque/registration/finish",
|
"/auth/opaque/register/finish",
|
||||||
&request,
|
&request,
|
||||||
callback,
|
callback,
|
||||||
"Could not finish registration",
|
"Could not finish registration",
|
||||||
|
Loading…
Reference in New Issue
Block a user