WIP
This commit is contained in:
parent
4bdce5e2ba
commit
ef17abbb9a
|
@ -47,7 +47,7 @@ class DeepLinkService {
|
||||||
await _showForgotPasswordScreen(email, token);
|
await _showForgotPasswordScreen(email, token);
|
||||||
}
|
}
|
||||||
} catch (e, s) {
|
} catch (e, s) {
|
||||||
print('Error handling deep link: $e');
|
print('Error handling deep link: $e, $s');
|
||||||
log('Error handling', error: e, stackTrace: s);
|
log('Error handling', error: e, stackTrace: s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,7 @@ class DeepLinkService {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
} catch (e, s) {
|
} catch (e, s) {
|
||||||
print('Error showing forgot password screen: $e');
|
print('Error showing forgot password screen: $e, $s');
|
||||||
log('Error handling', error: e, stackTrace: s);
|
log('Error handling', error: e, stackTrace: s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue