From 781a6446328c7f3e5b9df085a895d20a90101cfa Mon Sep 17 00:00:00 2001 From: Rob Bot Date: Wed, 4 Dec 2024 14:30:51 +0100 Subject: [PATCH] Add `liplum/flarum-jwt-auth`. --- config/components.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/components.php b/config/components.php index c0cb9651d9..1309c763bd 100644 --- a/config/components.php +++ b/config/components.php @@ -1070,6 +1070,9 @@ 'kyrne-whisper' => [ 'tag' => 'https://raw.githubusercontent.com/KyrneDev/whisper/0.1.4/resources/locale/en.yml', ], + 'liplum-jwt-auth' => [ + 'tag' => 'https://raw.githubusercontent.com/liplum/flarum-jwt-auth/v0.1/resources/locale/en.yml', + ], 'litalino-adblock' => [ 'tag' => 'https://raw.githubusercontent.com/Litalino/flarum-adblock/1.2.1/locale/en.yml', ],