Skip to content

Commit

Permalink
Fixes #680
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 18, 2025
1 parent 147f2ce commit 2ac21dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myconext-gui/src/routes/EditEmail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import Button from "../components/Button.svelte";
import Modal from "../components/Modal.svelte";
const {validEmail} = require("../validation/regexp");
import {validEmail} from "../validation/regexp";
let verifiedEmail = "";
let duplicateEmail = false;
Expand Down

0 comments on commit 2ac21dd

Please sign in to comment.