Merge branch 'develop' into feature/6790_jwt_token_handling_expired

This commit is contained in:
Jan Niklas Grabowski
2025-02-13 11:30:30 +01:00
12 changed files with 833 additions and 144 deletions

View File

@@ -66,7 +66,6 @@ struct HappyBirthdayBody: View {
VStack(spacing: 40) {
VStack {
Text("HAPPY_BIRTHDAY")
Text("\(AppInfo.current.displayName)")
}
.font(.title)
.foregroundColor(Color(ThemeService.shared().theme.textPrimaryColor))