From 5a4895dbc4a3bef05a85dff5349295572b337962 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Tue, 24 Dec 2024 16:13:25 +0500 Subject: [PATCH 1/2] Update AuthlibInjectorController.php --- api/controllers/AuthlibInjectorController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/controllers/AuthlibInjectorController.php b/api/controllers/AuthlibInjectorController.php index 2620dc5..f647778 100644 --- a/api/controllers/AuthlibInjectorController.php +++ b/api/controllers/AuthlibInjectorController.php @@ -28,6 +28,7 @@ final class AuthlibInjectorController extends BaseController { 'implementationName' => 'Account Ely.by adapter for the authlib-injector library', 'implementationVersion' => '1.0.0', 'feature.no_mojang_namespace' => true, + 'feature.enable_profile_key' => true, 'links' => [ 'homepage' => 'https://ely.by', 'register' => 'https://account.ely.by/register', From 5f6dc35e3be5e96c27ef58915e4696fc55fee0e8 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Tue, 24 Dec 2024 16:15:17 +0500 Subject: [PATCH 2/2] Update IndexCest.php --- api/tests/functional/authlibInjector/IndexCest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/tests/functional/authlibInjector/IndexCest.php b/api/tests/functional/authlibInjector/IndexCest.php index 8bf7813..e6bc500 100644 --- a/api/tests/functional/authlibInjector/IndexCest.php +++ b/api/tests/functional/authlibInjector/IndexCest.php @@ -16,6 +16,7 @@ class IndexCest { 'implementationName' => 'Account Ely.by adapter for the authlib-injector library', 'implementationVersion' => '1.0.0', 'feature.no_mojang_namespace' => true, + 'feature.enable_profile_key' => true, 'links' => [ 'homepage' => 'https://ely.by', 'register' => 'https://account.ely.by/register',