feat: CI-CD front #2

Merged
Clement merged 20 commits from feat/CI-CD into master 2024-04-21 13:24:16 +00:00
Showing only changes of commit 5a49f5beda - Show all commits

View File

@ -27,8 +27,6 @@ const res = await AstroUtils.wrap(async () => {
request.password,
);
console.log(authData)
// after the above you can also access the auth data from the authStore
console.log(pb.authStore.isValid);
console.log(pb.authStore.token);