Skip to content

Commit 38f825e

Browse files
committed
:chore: Fix message (#2446)
1 parent 362c923 commit 38f825e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/authorship.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const validateAuthFormWithFallback = async (request: Request) => {
9898
for (const strategy of formValidationStrategies) {
9999
try {
100100
const result = await strategy.run(request);
101-
console.log(`${strategy.name} successful`);
101+
console.log(`Success: ${strategy.name}`);
102102

103103
return result.form;
104104
} catch (error) {

0 commit comments

Comments
 (0)