|
|
|
|
@ -80,7 +80,7 @@ struct SupportButtonView: View { |
|
|
|
|
|
|
|
|
|
private func _getBody() -> String { |
|
|
|
|
let separator = "---------------------------------------------" |
|
|
|
|
return ["token", Store.main.token(), separator, "userId", Store.main.userId, separator, "dataStore userId", DataStore.shared.user.id].compacted().joined(separator: "\n\n") |
|
|
|
|
return ["Décrivez votre problème", "\n\n\n", separator, "token", Store.main.token(), separator, "userId", Store.main.userId, separator, "dataStore userId", DataStore.shared.user.id].compacted().joined(separator: "\n") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private func _getDeviceIdentifier() -> String { |
|
|
|
|
|