Oauth Title Fix

This commit is contained in:
JonatanRek 2020-05-17 14:24:56 +02:00
parent 862fc29bde
commit 2c5d861011
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Oauth extends Template
$template = new Template('oauth');
$template->prepare('baseDir', BASEDIR);
$template->prepare('title', 'Home');
$template->prepare('title', 'Simple Home - Oauth');
$template->prepare('lang', $lang);