Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GoogleStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class GoogleStrategy extends OpauthStrategy{
/**
* Optional config keys, without predefining any default values.
*/
public $optionals = array('redirect_uri', 'scope', 'state', 'access_type', 'approval_prompt');
public $optionals = array('redirect_uri', 'scope', 'state', 'access_type', 'approval_prompt','prompt');

/**
* Optional config keys with respective default values, listed as associative arrays
Expand Down Expand Up @@ -148,4 +148,4 @@ private function userinfo($access_token){
$this->errorCallback($error);
}
}
}
}