#59 Added username in ui state
This commit is contained in:
parent
ad59bc552a
commit
182b8e2213
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
package be.ugent.sel.studeez.screens.sign_up
|
||||
|
||||
data class SignUpUiState(
|
||||
val username: String = "",
|
||||
val email: String = "",
|
||||
val password: String = "",
|
||||
val repeatPassword: String = ""
|
||||
|
|
Reference in a new issue