mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(challenge-utils): use console.log for success instead of console.warn
This commit is contained in:
@@ -38,7 +38,7 @@ export const alertChallengeVerificationFailed = (challengeVerification: Challeng
|
|||||||
|
|
||||||
alert(`Error from ${resolveBoardIdentifier(publication?.subplebbitAddress)}: ${finalMessage || 'unknown error'}`);
|
alert(`Error from ${resolveBoardIdentifier(publication?.subplebbitAddress)}: ${finalMessage || 'unknown error'}`);
|
||||||
} else {
|
} else {
|
||||||
console.warn('Challenge verification succeeded but no action taken:', challengeVerification);
|
console.log('Challenge verification succeeded:', challengeVerification);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user