Skip to content

Commit

Permalink
[skip ci][auth] update default bodySelector
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Feb 13, 2022
1 parent 81c5283 commit 06811b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ protected function passwordConfLabel() {

/**
* Returns the body selector (jquery selector used for replacing the content of the page).
* default: body
* default: main .container
*
* @return string
*/
public function _getBodySelector():string {
return 'body';
return 'main .container';
}

protected function rememberCaption():string {
Expand Down

0 comments on commit 06811b3

Please sign in to comment.