mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 12:53:10 +00:00
fix: allowing forum actions for non-ENS
This commit is contained in:
parent
243403652e
commit
4082b0591b
@ -55,7 +55,7 @@ export class ForumActions {
|
||||
case 'createPost':
|
||||
case 'createComment':
|
||||
case 'vote':
|
||||
if (verificationStatus === EVerificationStatus.WALLET_UNCONNECTED) {
|
||||
if (!_isAuthenticated || !currentUser) {
|
||||
return {
|
||||
valid: false,
|
||||
error: 'Connect your wallet to perform this action',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user