mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-17 11:19:01 +00:00
fix has_password
This commit is contained in:
parent
798fa1a330
commit
6a3747219a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ import io.realm.annotations.RealmClass
|
|||
open class LocalAuthentication : RealmObject(), BaseObject {
|
||||
var username: String? = null
|
||||
var email: String? = null
|
||||
@SerializedName("local")
|
||||
@SerializedName("has_password")
|
||||
var hasPassword: Boolean? = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue