From 96f1317943cfa29a73917fccf1a5a64f4ba2068d Mon Sep 17 00:00:00 2001 From: Adam Lavin Date: Thu, 26 Apr 2018 13:07:29 +0100 Subject: [PATCH] Fix config for register redirections --- config/poniverse.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/poniverse.php b/config/poniverse.php index 5aa25751..bf043b13 100644 --- a/config/poniverse.php +++ b/config/poniverse.php @@ -1,5 +1,8 @@ env('PONI_CLIENT_ID'), - 'secret' => env('PONI_CLIENT_SECRET') + 'secret' => env('PONI_CLIENT_SECRET'), + 'urls' => [ + 'register' => 'https://poniverse.net/register', + ], ];