Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoshouzi-gh committed Apr 8, 2024
1 parent 65ec6b4 commit 2806793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FirebaseAuth/Tests/Sample/Sample/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ - (void)updateTable {
[weakSelf appSection],
// OOB
[weakSelf oobSection],
// Auto Tests
[weakSelf autoTestsSection],
// Passkey
[weakSelf passkeySection],
// Auto Tests
[weakSelf autoTestsSection],
]];
}

Expand Down Expand Up @@ -642,7 +642,6 @@ - (IBAction)copyConsole:(id)sender {
}

- (ASPresentationAnchor)presentationAnchorForAuthorizationController:(ASAuthorizationController *)controller API_AVAILABLE(ios(13.0)){

return self.view.window;
}

Expand Down
1 change: 1 addition & 0 deletions FirebaseAuth/Tests/Sample/Sample/UserInfoViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ - (NSString *)passkeysString {
[string appendString:info.name];
[string appendString:@" - "];
[string appendString:info.credentialID];
[string appendString:@" "];
}

return string;
Expand Down

0 comments on commit 2806793

Please sign in to comment.