Skip to content

Commit

Permalink
Change chars order in slackNickValidator
Browse files Browse the repository at this point in the history
  • Loading branch information
Marce1ina committed May 5, 2021
1 parent 0e109d9 commit 4fb4acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/helpers/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { helpers } from 'vuelidate/lib/validators';

export const slackNickValidator = helpers.regex(
'slackNickValidator',
/^[0-9A-Za-zżźćńółęąśŻŹĆĄŚĘŁÓŃ,.';\-_/()[\]{}]*$/
/^[0-9A-Za-ząćęłńóśźżĄĆĘŁŃÓŚŹŻ,.';\-_/()[\]{}]*$/
);

export const gitHubUsernameValidator = helpers.regex(
Expand Down

0 comments on commit 4fb4acd

Please sign in to comment.