hypha-rpc 0.20.14 → 0.20.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4746,7 +4746,7 @@ function normalizeServerUrl(server_url) {
|
|
|
4746
4746
|
}
|
|
4747
4747
|
|
|
4748
4748
|
async function login(config) {
|
|
4749
|
-
const service_id = config.login_service_id || "public
|
|
4749
|
+
const service_id = config.login_service_id || "public/hypha-login";
|
|
4750
4750
|
const timeout = config.login_timeout || 60;
|
|
4751
4751
|
const callback = config.login_callback;
|
|
4752
4752
|
const profile = config.profile;
|