some style changes and cookies persistance added
This commit is contained in:
@@ -28,6 +28,7 @@ export default {
|
||||
|
||||
mounted() {
|
||||
const auth = useAuthStore();
|
||||
console.log("auth.cookiesAccepted", auth.cookiesAccepted);
|
||||
if (auth.cookiesAccepted === true) {
|
||||
this.show = false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user