1
Fork 0
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:
Steffo 2024-01-21 17:14:52 +01:00
parent c5a10e9ea8
commit fe9b7a871d
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -130,7 +130,6 @@ fun LoginForm(
try { try {
wizard = auth.getLoginWizard() // Why is this stateful? Aargh. wizard = auth.getLoginWizard() // Why is this stateful? Aargh.
} catch (e: Throwable) { } catch (e: Throwable) {
// TODO: It sure would be nice to know which exceptions can be thrown here.
Log.e( Log.e(
"Login", "Login",
"Something went wrong while setting up the login wizard.", "Something went wrong while setting up the login wizard.",