mirror of
https://github.com/elyby/accounts.git
synced 2024-12-25 22:59:53 +05:30
Add 'feature.enable_profile_key' to authlib-injector metadata so it uses our signing keys (#39)
This commit is contained in:
commit
5a3e744b89
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user