Skip to content

Commit

Permalink
Correct support page url key
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Dec 5, 2024
1 parent 5b19005 commit e3bbced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SupportCompanion/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Preferences: ObservableObject {

// MARK: - Actions

@AppStorage("SupportPageURL") var supportPageURL: String = ""
@AppStorage("SupportPageUrl") var supportPageURL: String = ""

@AppStorage("ChangePasswordMode") var changePasswordMode: String = ""

Expand Down Expand Up @@ -251,7 +251,7 @@ class Preferences: ObservableObject {
"MenuShowCompanyPortal": true,
"MenuShowKnowledgeBase": true,
"KnowledgeBaseUrl": "",
"SupportPageURL": "",
"SupportPageUrl": "",
"ChangePasswordMode": "",
"ChangePasswordUrl": "",
"Mode": "",
Expand Down

0 comments on commit e3bbced

Please sign in to comment.