Skip to content

Commit 5bb231a

Browse files
committed
rename accounts to account
1 parent 2304531 commit 5bb231a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Pdsinterop\PhpSolid\Mailer;
99
use Pdsinterop\PhpSolid\IpAttempts;
1010

11-
class Accounts {
11+
class Account {
1212
public static function requireLoggedInUser() {
1313
$user = User::getUser(Session::getLoggedInUser());
1414
if (!$user) {

www/idp/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
break;
9595
case "/api/accounts/change-password":
9696
case "/api/accounts/change-password/":
97-
Account::respondToChangePassword();
97+
Account::respondToAccountChangePassword();
9898
break;
9999
case "/api/accounts/delete":
100100
case "/api/accounts/delete/":

0 commit comments

Comments
 (0)