#7 added state for login screen
This commit is contained in:
parent
e9cd8401b5
commit
fe66aa386a
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