Skip to content

Commit ed9260e

Browse files
committed
📚 Remove old docs (#2446)
1 parent ec00b27 commit ed9260e

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
@@ -159,7 +159,7 @@ const formValidationStrategies = [
159159
* Contains constraints and shape definitions used across different form strategies
160160
*/
161161
const createBaseAuthForm = () => ({
162-
id: 'error-fallback-form-' + crypto.randomUUID(), // Note: Use only client-side validation
162+
id: 'error-fallback-form-' + crypto.randomUUID(),
163163
data: { username: '', password: '' },
164164
constraints: {
165165
username: { minlength: 3, maxlength: 24, required: true, pattern: '[\\w]*' },

0 commit comments

Comments
 (0)