mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
WIP: Add user interface
This commit is contained in:
parent
850cca224c
commit
378013c2f7
@ -18,3 +18,7 @@ export function validatePassword(password: string): boolean {
|
||||
export function isValidBirthday(birthday: string): boolean {
|
||||
return typeof birthday == 'string' && /^([0-9]{4})\-([0-9]{2})-([0-9]{2})$/.test(birthday);
|
||||
}
|
||||
|
||||
export interface IUser {
|
||||
name: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user