diff --git a/source/UberCore/Authentication/LoginButton.swift b/source/UberCore/Authentication/LoginButton.swift index 60e766b3..7e34dc2e 100644 --- a/source/UberCore/Authentication/LoginButton.swift +++ b/source/UberCore/Authentication/LoginButton.swift @@ -126,6 +126,7 @@ import UIKit self.delegate?.loginButton(self, didCompleteLoginWithToken: token, error: error) self.refreshContent() } + sizeToFit() } /**