mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
[census] instead of disallowing suspicious answers, mark them - just anon users, tho
This commit is contained in:
parent
b6a983c084
commit
776d721497
@ -169,7 +169,7 @@
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
if (process.client) {
|
||||
if (process.client && !this.$user()) {
|
||||
this.finished = !!parseInt(window.localStorage.getItem('census-finished') || 0);
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user