Skip to content

Commit

Permalink
log name check
Browse files Browse the repository at this point in the history
  • Loading branch information
bkawk committed Nov 23, 2018
1 parent f897400 commit 8587b16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/dashboard/account-route.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,9 @@ _applyAccount(data){


_validateAccountName(name){
console.log(name)
var re = /^(?!.*?worbli)[a-z][a-z1-5]{5,11}$/;
console.log(re.test(name))
return re.test(name);
}

Expand Down

0 comments on commit 8587b16

Please sign in to comment.