Merge branch 'module/users' into dev
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
let connections = $state([]);
|
||||
|
||||
async function loadConnections(){
|
||||
const url = api('/user/oidc/connected');
|
||||
const url = api('user/oidc/connected');
|
||||
const resp = await fetch(url,{credentials:'include'});
|
||||
if (resp.ok){
|
||||
const arr = await resp.json();
|
||||
|
||||
Reference in New Issue
Block a user