show image preview + single file downloads

This commit is contained in:
2025-08-10 23:16:18 +02:00
parent bfe73eefb9
commit c8b52a5b3b
13 changed files with 174 additions and 26 deletions

View File

@@ -57,12 +57,12 @@ export async function oidcLoginUser(
const token = data.value.data.token;
const { user, expiresAt } = data.value.data;
useAuthSession().value = {
setAuthSession({
type: 'WarrenAuth',
id: token,
user,
expiresAt,
};
});
toast.success('OpenID Connect', {
description: `Successfully logged in`,