Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 0a3bf41

Browse files
committed
Revert change on SafariStoredCredentials's type so as not to change any existing behavior.
1 parent 3d1ca10 commit 0a3bf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Model/LoginFields.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ extension LoginFields {
9999

100100
/// A helper class for storing safari saved password information.
101101
///
102-
struct SafariStoredCredentials {
102+
class SafariStoredCredentials {
103103
var storedUserameHash = 0
104104
var storedPasswordHash = 0
105105
}

0 commit comments

Comments
 (0)