mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Set the redirect uri in constructor
This commit is contained in:
parent
2c19d4fcc0
commit
3815016f3c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
public function __construct() {
|
||||
$this->poniverse = new Poniverse(Config::get('poniverse.client_id'), Config::get('poniverse.secret'));
|
||||
$this->poniverse->setRedirectUri(URL::to('/auth/oauth'));
|
||||
}
|
||||
|
||||
public function getLogin() {
|
||||
|
|
Loading…
Reference in a new issue