Profile Picture Upload

Changelog-Added: Profile Picture Upload
Closes: #849
This commit is contained in:
Joel Klabo
2023-03-30 20:59:24 -07:00
committed by William Casarin
parent b63159a29f
commit c9c51c6d4a
11 changed files with 272 additions and 119 deletions

View File

@@ -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) ?? ""