account management: use reset (§r) instead of white (§f)

This commit is contained in:
Bixilon 2023-03-19 21:27:07 +01:00
parent 2599a641a7
commit 93bfe56784
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -67,7 +67,7 @@ object AccountManageCommand : Command {
stack.print.print("Obtaining device code...")
DefaultThreadPool += {
MicrosoftOAuthUtils.obtainDeviceCodeAsync({
stack.print.print("§fPlease open §e${it.verificationURI}§f and enter the following code §e${it.userCode}§f and login into your microsoft account.")
stack.print.print("Please open §e${it.verificationURI}§r and enter the following code §e${it.userCode}§r and login into your microsoft account.")
}, { it.printStackTrace() }, {
stack.print.print("Logging in into microsoft account...")
val account = MicrosoftOAuthUtils.loginToMicrosoftAccount(it)