We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0168203 commit af88d72Copy full SHA for af88d72
Auth/FirebaseAuthUI/FUIPrivacyAndTermsOfServiceView.m
@@ -35,7 +35,7 @@ - (void)useFullMessage {
35
- (void)useFooterMessage {
36
NSAttributedString *footerMessage = [self footerPrivacyPolicyAndTOSMessage];
37
self.attributedText = footerMessage;
38
- self.textAlignment = NSTextAlignmentCenter;
+ self.textAlignment = NSTextAlignmentRight;
39
}
40
41
#pragma mark - Protected
0 commit comments