Profile Picture Upload
Changelog-Added: Profile Picture Upload Closes: #849
This commit is contained in:
committed by
William Casarin
parent
b63159a29f
commit
c9c51c6d4a
@@ -14,6 +14,7 @@ class CreateAccountModel: ObservableObject {
|
||||
@Published var about: String = ""
|
||||
@Published var pubkey: String = ""
|
||||
@Published var privkey: String = ""
|
||||
@Published var profile_image: String? = nil
|
||||
|
||||
var pubkey_bech32: String {
|
||||
return bech32_pubkey(self.pubkey) ?? ""
|
||||
|
||||
Reference in New Issue
Block a user