fix: use only host
This commit is contained in:
parent
4a091f616b
commit
2da1582568
|
|
@ -244,7 +244,11 @@ pub async fn login_handler(
|
||||||
.sign_up_with_referrer(
|
.sign_up_with_referrer(
|
||||||
¶m.email,
|
¶m.email,
|
||||||
¶m.password,
|
¶m.password,
|
||||||
Some(&get_base_url(&header_map)),
|
Some(&get_header_value_or_default(
|
||||||
|
&header_map,
|
||||||
|
"host",
|
||||||
|
"localhost",
|
||||||
|
)),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue