mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
v1.0.5+1
- Marks `loginWithEmailAndPassword` as deprecated and update example Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -180,6 +180,7 @@ class ArcaneAuthenticationService extends ArcaneService {
|
||||
/// method will run after the authentication status has been updated.
|
||||
/// When logging in with email and password, the user's email address will be
|
||||
/// cached in `ArcaneSecureStorage`.
|
||||
@Deprecated("Use `login` instead. Deprecated as of version 1.0.5")
|
||||
Future<Result<void, String>> loginWithEmailAndPassword({
|
||||
required String email,
|
||||
required String password,
|
||||
|
||||
Reference in New Issue
Block a user