forked from organicmaps/organicmaps
push skipped SignInRequest struct
This commit is contained in:
parent
a85dcd0efc
commit
7d4e760778
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
struct SignInRequest : Codable {
|
||||
let email: String
|
||||
let password: String
|
||||
}
|
Loading…
Add table
Reference in a new issue