Improve secret key management a bit

This commit is contained in:
Loporrit
2025-06-25 17:37:32 +00:00
parent 8eb819c311
commit 071aa0b5aa
2 changed files with 61 additions and 19 deletions

View File

@@ -316,7 +316,7 @@ public partial class IntroUi : WindowMediatorSubscriberBase
if (!_registrationSuccess)
ImGui.TextColored(ImGuiColors.DalamudYellow, _registrationMessage);
else
ImGui.TextUnformatted(_registrationMessage);
ImGui.TextWrapped(_registrationMessage);
}
}