From 93bfe56784113400bc1c87ef8927f92b6a8e3ef2 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Sun, 19 Mar 2023 21:27:07 +0100 Subject: [PATCH] =?UTF-8?q?account=20management:=20use=20reset=20(=C2=A7r)?= =?UTF-8?q?=20instead=20of=20white=20(=C2=A7f)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bixilon/minosoft/terminal/commands/AccountManageCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/bixilon/minosoft/terminal/commands/AccountManageCommand.kt b/src/main/java/de/bixilon/minosoft/terminal/commands/AccountManageCommand.kt index dd58efcb7..329f3c85a 100644 --- a/src/main/java/de/bixilon/minosoft/terminal/commands/AccountManageCommand.kt +++ b/src/main/java/de/bixilon/minosoft/terminal/commands/AccountManageCommand.kt @@ -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)