Skip to content

Commit

Permalink
[Feat] Keyneez#46 - 홈뷰 플로팅버튼 hidden 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
kpk0616 committed Jan 13, 2023
1 parent 9c9d371 commit b214c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Keyneez/Keyneez/Global/Auth/UserSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ final class UserSession {
private init() { }

var profile: Profile?
var accessToken: String? = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2tleSI6MjYwLCJpYXQiOjE2NzM2MTEwMTIsImV4cCI6MTY3MzYxODIxMn0.zsTu33aRO4sVbIquaYs-m_IxvVVwKlnNDhieFLFy5ac"
var accessToken: String? = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2tleSI6MjY3LCJpYXQiOjE2NzM2MTk4NjIsImV4cCI6MTY3MzYyNzA2Mn0.oHAGQsfqdn6f_1iucx1wSHsiNacRUgMxv1aqLyADue0"

}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ final class HomeContentViewController: UIViewController {
super.viewDidLoad()
register()
setLayout()
floatyFilter.isHidden = true
}

private func register() {
Expand Down

0 comments on commit b214c4f

Please sign in to comment.