added login ui state
This commit is contained in:
parent
27efafdde8
commit
ad6b7bea68
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
package be.ugent.sel.studeez.screens.sign_in
|
||||
|
||||
data class LoginUiState(
|
||||
val email: String = "",
|
||||
val password: String = ""
|
||||
)
|
Reference in a new issue