mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-20 17:57:22 +02:00
Update login and registration (#437)
This commit is contained in:
parent
4e67254022
commit
29eb477792
56 changed files with 1788 additions and 695 deletions
|
@ -9,3 +9,5 @@ export const randomid = customAlphabet(
|
|||
"0123456789abcdefghijklmnopqrstuvwxyz",
|
||||
12,
|
||||
);
|
||||
|
||||
export const generateOtp = customAlphabet("0123456789", 6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue