Generate secret keys locally

This commit is contained in:
Loporrit
2025-08-08 02:48:49 +00:00
parent 7415b76d7d
commit 65e8707146
5 changed files with 95 additions and 24 deletions

View File

@@ -108,6 +108,7 @@ public sealed class Plugin : IDalamudPlugin
collection.AddSingleton<XivDataAnalyzer>();
collection.AddSingleton<CharacterAnalyzer>();
collection.AddSingleton<TokenProvider>();
collection.AddSingleton<AccountRegistrationService>();
collection.AddSingleton<PluginWarningNotificationService>();
collection.AddSingleton<FileCompactor>();
collection.AddSingleton<TagHandler>();