Skip to content

Commit

Permalink
refactor: Update import statement for REGEXP_ONLY_DIGITS_AND_CHARS in…
Browse files Browse the repository at this point in the history
… login.tsx
  • Loading branch information
SilkePilon committed Jul 29, 2024
1 parent 97a71cc commit c1bad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
import { Separator } from "@/components/ui/separator";

// import { bouncy } from "ldrs";
import { REGEXP_ONLY_DIGITS_AND_CHARS } from "Input-otp";
import { REGEXP_ONLY_DIGITS_AND_CHARS } from "input-otp";
import { useToast } from "@/components/ui/use-toast";
import { Unplug, Copy } from "lucide-react";
import { Button } from "@/components/ui/button";
Expand Down

0 comments on commit c1bad31

Please sign in to comment.