fix: [Training] typos fixed

pull/4411/head
iglocska 2019-04-02 13:47:03 +02:00
parent fa133114b4
commit 3a729061a4
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ class TrainingShell extends AppShell {
'id' => $user['User']['id'],
'email' => $user['User']['email'],
'password' => $newKey,
'authkey' => $user['User']['autkey']
'authkey' => $user['User']['authkey']
);
}
}