mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 18:34:56 -04:00
account management: use reset (§r) instead of white (§f)
This commit is contained in:
parent
2599a641a7
commit
93bfe56784
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user