|
@@ -189,9 +189,6 @@ class RegisterLoginViewController: BaseViewController {
|
|
|
oneBuiltLoginButton.setBackgroundImage(UIImage.imageWithColor(color: kffffffColor), for: UIControl.State.normal)
|
|
|
oneBuiltLoginButton.layer.cornerRadius = 24
|
|
|
oneBuiltLoginButton.layer.masksToBounds = true
|
|
|
-// if #available(iOS 13.0, *) {
|
|
|
-// oneBuiltLoginButton.isHidden = true
|
|
|
-// }
|
|
|
return oneBuiltLoginButton
|
|
|
}()
|
|
|
|