mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 15:44:26 +00:00
Remove an unsolvable todo
This commit is contained in:
parent
c5a10e9ea8
commit
fe9b7a871d
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ fun LoginForm(
|
|||
try {
|
||||
wizard = auth.getLoginWizard() // Why is this stateful? Aargh.
|
||||
} catch (e: Throwable) {
|
||||
// TODO: It sure would be nice to know which exceptions can be thrown here.
|
||||
Log.e(
|
||||
"Login",
|
||||
"Something went wrong while setting up the login wizard.",
|
||||
|
|
Loading…
Reference in a new issue