Remove Identity Proof Support (#2456)
* Remove IdentityProof.kt and refactor * Remove accountFieldData from viewmodel * Remove unused imports
This commit is contained in:
parent
f15b3e61bb
commit
0e9d362351
5 changed files with 9 additions and 74 deletions
|
|
@ -1,9 +0,0 @@
|
|||
package com.keylesspalace.tusky.entity
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
|
||||
data class IdentityProof(
|
||||
val provider: String,
|
||||
@SerializedName("provider_username") val username: String,
|
||||
@SerializedName("profile_url") val profileUrl: String
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue