update access control

This commit is contained in:
PangMo5 2021-06-14 02:59:58 +09:00
parent 40127b0710
commit f2853ba87c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ final class SessionManager {
updateHeader(with: authToken)
}
func updateHeader(with authToken: String?) {
fileprivate func updateHeader(with authToken: String?) {
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String
var deviceName = UIDevice.current.name
deviceName = deviceName.folding(options: .diacriticInsensitive, locale: .current)