clarify reauth error

This commit is contained in:
creeper123123321 2022-07-10 17:23:39 -03:00 committed by GitHub
parent a6f5197389
commit adfa957e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class WebServer {
}
val future = sessionHashCallbacks[hash]
if (!listeners.containsKey(id)) {
future.completeExceptionally(StacklessException("UUID $id ($frontName) isn't listened. Go to web auth."))
future.completeExceptionally(StacklessException("UUID $id ($frontName) isn't listened. Go to web auth for reauthing."))
} else {
coroutineScope.apply {
launch(Dispatchers.IO) {