1
0

Secrets changed.

This commit is contained in:
Christiaan Goossens 2017-02-22 13:23:08 +01:00
parent 500223390d
commit efa5baedb6
2 changed files with 1 additions and 2 deletions

View File

@ -125,6 +125,6 @@ class Handler
public static function getClientSecret($clientId) public static function getClientSecret($clientId)
{ {
return '42'; return '3';
} }
} }

View File

@ -18,7 +18,6 @@ use \Slim\App;
class Main class Main
{ {
/** /**
* Constructor function * Constructor function
* @param App $app App Dependency Injection * @param App $app App Dependency Injection