updated js-sdk and replaced missing handlers
This commit is contained in:
+1
-2
@@ -230,8 +230,7 @@ window.app.store = store({
|
||||
app.store.isLoadingOAuth2Providers = true;
|
||||
|
||||
try {
|
||||
// @todo replace with SDK call
|
||||
app.store.oauth2Providers = await app.pb.send("/api/collections/meta/oauth2-providers");
|
||||
app.store.oauth2Providers = await app.pb.collections.getAllOAuth2Providers();
|
||||
app.store.isLoadingOAuth2Providers = false;
|
||||
} catch (err) {
|
||||
if (!err.isAbort) {
|
||||
|
||||
Reference in New Issue
Block a user