mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
v1.1.1
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user