mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 03:48:06 +08:00
Added functional registration
This commit is contained in:
parent
dfc20753b3
commit
26b3db25f0
23 changed files with 679 additions and 57 deletions
|
@ -1,5 +1,9 @@
|
|||
export interface IconProps {
|
||||
size: number;
|
||||
}
|
||||
|
||||
export interface ResponsiveIconProps {
|
||||
size: number;
|
||||
color: string;
|
||||
}
|
||||
|
||||
|
@ -28,6 +32,9 @@ export interface RegistrationParams {
|
|||
email: string;
|
||||
username: string;
|
||||
password: string;
|
||||
first_name: string;
|
||||
last_name: string;
|
||||
student_id_number: string;
|
||||
}
|
||||
|
||||
export interface LoginParams {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue