diff --git a/CHANGELOG.md b/CHANGELOG.md index 063f5f9..b3f5b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ v1.5 ---- +- Fix FLEXIAPI-153 Add phone and email to be changed in the Activity panel - Fix FLEXIAPI-151 Migrate to hCaptcha - Fix FLEXIAPI-150 Use the same account_id parameter for both API and Web routes - Fix FLEXIAPI-148 Reuse AccountService in the POST /api/accounts admin endpoint diff --git a/flexiapi/resources/views/admin/account/activity/index.blade.php b/flexiapi/resources/views/admin/account/activity/index.blade.php index a66173b..a428e2e 100644 --- a/flexiapi/resources/views/admin/account/activity/index.blade.php +++ b/flexiapi/resources/views/admin/account/activity/index.blade.php @@ -56,7 +56,7 @@ @foreach ($account->phoneChangeCodes as $phoneChangeCode) consumed()) class="disabled crossed" @endif> - **** + {{ $phoneChangeCode->phone }} {{ $phoneChangeCode->created_at }} @@ -85,7 +85,7 @@ @foreach ($account->emailChangeCodes as $emailChangeCode) consumed()) class="disabled crossed" @endif> - **** + {{ $emailChangeCode->email }} {{ $emailChangeCode->created_at }}