fix(macos): fix oauth base64 helper visibility
parent
4cbaee59cd
commit
841a9b4c8a
|
|
@ -175,7 +175,7 @@ enum PiOAuthStore {
|
|||
}
|
||||
|
||||
extension Data {
|
||||
private func base64URLEncodedString() -> String {
|
||||
fileprivate func base64URLEncodedString() -> String {
|
||||
self.base64EncodedString()
|
||||
.replacingOccurrences(of: "+", with: "-")
|
||||
.replacingOccurrences(of: "/", with: "_")
|
||||
|
|
|
|||
Loading…
Reference in New Issue