[+] Implement create family

This commit is contained in:
Hykilpikonna
2021-01-24 19:14:51 -05:00
parent 30f7a61b7e
commit e84fb87cd0
4 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ extension UIViewController
// Display error message
print("===== Error: \($0) =====")
let message = errors[$0.trimmingCharacters(in: .whitespaces)]
?? "Maybe the server is on fire, just wait a few hours."
?? "Maybe the server is on fire, just wait a few hours. (Error: \($0))"
a.dismiss { self.msg("An error occurred", message) }
}
}