File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ Future<void> fetchCurrentUserDevice() async {
489
489
final device = await Amplify .Auth .fetchCurrentDevice ();
490
490
safePrint ('Device: $device ' );
491
491
} on AuthException catch (e) {
492
- safePrint ('Get current device failed with error: $e ' );
492
+ safePrint ('Fetch current device failed with error: $e ' );
493
493
}
494
494
}
495
495
// #enddocregion fetch-current-device
Original file line number Diff line number Diff line change @@ -1376,7 +1376,7 @@ class AuthCategory extends AmplifyCategory<AuthPluginInterface> {
1376
1376
/// final device = await Amplify.Auth.fetchCurrentDevice();
1377
1377
/// safePrint('Device: $device');
1378
1378
/// } on AuthException catch (e) {
1379
- /// safePrint('Get current device failed with error: $e');
1379
+ /// safePrint('Fetch current device failed with error: $e');
1380
1380
/// }
1381
1381
/// }
1382
1382
/// ```
You can’t perform that action at this time.
0 commit comments