Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Sep 25, 2024
1 parent 03427b1 commit 7eb8734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Sources/SpeziAccount/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,6 @@
}
}
}
},
"Date of Birth" : {

},
"DELETE" : {
"localizations" : {
Expand Down Expand Up @@ -667,9 +664,6 @@
}
}
}
},
"E-Mail and Password" : {

},
"EDIT" : {
"localizations" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct AccountRequiredModifier<SetupSheet: View>: ViewModifier {
}

// we present the sheet if the account is not valid (yet)
return !isValid(details)
return !accountSetupIsComplete(details)
}


Expand Down

0 comments on commit 7eb8734

Please sign in to comment.