Skip to content

Commit

Permalink
Update ENGAGEHF/Onboarding/InvitationCodeError.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
nriedman and PSchmiedmayer authored Apr 11, 2024
1 parent b3c14bc commit 29dcb80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ENGAGEHF/Onboarding/InvitationCodeError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ enum InvitationCodeError: LocalizedError {
case userNotAuthenticated
case generalError(String)


var errorDescription: String? {
switch self {
case .invitationCodeInvalid:
Expand Down

0 comments on commit 29dcb80

Please sign in to comment.