diff --git a/app/main/controller/ccpssocontroller.php b/app/main/controller/ccpssocontroller.php
index d3d48ea2..f5f95ce3 100644
--- a/app/main/controller/ccpssocontroller.php
+++ b/app/main/controller/ccpssocontroller.php
@@ -99,6 +99,9 @@ class CcpSsoController extends Controller {
if( !is_null($characterModel) ){
// everything OK -> login succeeded
+ var_dump( $characterModel->cast() );
+ die();
+
}
}
}
diff --git a/app/pathfinder.ini b/app/pathfinder.ini
index cf243f15..6a77d0c7 100644
--- a/app/pathfinder.ini
+++ b/app/pathfinder.ini
@@ -3,7 +3,7 @@
[PATHFINDER]
NAME = PATHFINDER
; installed version (used for CSS/JS cache busting)
-VERSION = v1.0.0RC2
+VERSION = v1.0.0RC3
; contact information (DO NOT CHANGE)
CONTACT = https://github.com/exodus4d
; source code (DO NOT CHANGE)
diff --git a/public/templates/view/login.html b/public/templates/view/login.html
index ab0a66a5..1cc6fbc9 100644
--- a/public/templates/view/login.html
+++ b/public/templates/view/login.html
@@ -144,9 +144,8 @@
-{*
+
SSO login
-*}
{* features/ gallery *}