Skip to content

Commit

Permalink
Fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed May 2, 2024
1 parent 62f2d9c commit 23a47b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion holo-key-manager-extension/src/lib/helpers/text.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const isValidEmail = (email: string) =>
/^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,3})+$/.test(email);
/^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,10})+$/.test(email);
2 changes: 1 addition & 1 deletion holo-key-manager-extension/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Holo key manager",
"description": "A browser extension to manage holo keys",
"version": "0.0.53",
"version": "0.0.54",
"manifest_version": 3,
"action": {
"default_title": "Holo key manager",
Expand Down

0 comments on commit 23a47b4

Please sign in to comment.