basic file sharing
This commit is contained in:
@@ -33,7 +33,6 @@ if (
|
||||
route.query.state &&
|
||||
typeof route.query.state === 'string'
|
||||
) {
|
||||
console.log('SEND');
|
||||
loggingIn.value = true;
|
||||
const { success } = await oidcLoginUser(
|
||||
route.query.code,
|
||||
|
||||
Reference in New Issue
Block a user