From 8b12eff78cf7501f2fc1d4e40ea534168ff8edb4 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 4 Aug 2024 13:41:43 +0200 Subject: [PATCH] Bump --- tools/layertest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/layertest.php b/tools/layertest.php index 7d65990e3..faaf58fcf 100644 --- a/tools/layertest.php +++ b/tools/layertest.php @@ -64,6 +64,7 @@ foreach ($layer['methods']->by_id as $constructor) { || $name === 'auth.dropTempAuthKeys' || $name === 'account.resetAuthorization' || $name === 'account.resetPassword' + || $name === 'account.updateUsername' || !str_contains($name, '.')) { continue; }