TF-1074 Handle go to path /dashboard

This commit is contained in:
dab246
2022-10-24 17:49:09 +07:00
committed by Dat H. Pham
parent b5e0569907
commit d3124f055b
6 changed files with 20 additions and 19 deletions
@@ -20,7 +20,7 @@ class GetAuthenticatedAccountSuccess extends UIState {
}
class GetAuthenticatedAccountFailure extends FeatureFailure {
final exception;
final dynamic exception;
GetAuthenticatedAccountFailure(this.exception);