Skip to content
Snippets Groups Projects
Commit 3d3ea62c authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

work on

parent ddb2db3a
No related branches found
No related tags found
No related merge requests found
......@@ -112,9 +112,9 @@ class OAuth {
header("Location: ".$url);
exit;
} elseif ($json['error']) {
PageLayout::postError(_("Authentifizierungsfehler:")." ".$json['error']);
\PageLayout::postError(_("Authentifizierungsfehler:")." ".$json['error']);
} else {
PageLayout::postInfo("Acces-Token wurde erfolgreich erneuert.");
\PageLayout::postInfo("Acces-Token wurde erfolgreich erneuert.");
$config = \UserConfig::get($GLOBALS['user']->id);
$config->store("OWNCLOUD_ACCESS_TOKEN", $json['access_token']);
//$config->store("OWNCLOUD_REFRESH_TOKEN", $json['refresh_token']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment