Breaking changes:
- Updated ArcaneAuthInterface to make the `resendVerificationCode`, `confirmSignup`, and `resetPassword` methods more versatile

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
Hans Kokx
2024-10-11 14:04:53 +02:00
parent a67e4adfa2
commit 9f00ed205b
5 changed files with 25 additions and 13 deletions
@@ -252,7 +252,7 @@ class ArcaneAuthenticationService extends ArcaneService {
}
final Future<Result<String, String>>? result =
authInterface.resendVerificationCode(email);
authInterface.resendVerificationCode(input: email);
if (result == null) {
return Result.error(