@@ -402,7 +402,7 @@ class AuthNotifier extends _$AuthNotifier {
402402 }
403403
404404 /// Re-runs the auto-login flow. Used by the recovery screens
405- /// ([ ServerUnreachableScreen] , [ PowerSyncUnreachableScreen] ) so the user
405+ /// (` ServerUnreachableScreen` , ` PowerSyncUnreachableScreen` ) so the user
406406 /// can retry without restarting the app.
407407 Future <void > retryAutoLogin () async {
408408 state = const AsyncLoading ();
@@ -857,7 +857,8 @@ class AuthNotifier extends _$AuthNotifier {
857857 }
858858
859859 /// User-driven logout. Always wipes credentials; the local PowerSync data is
860- /// kept by default and only wiped when the user opts out ([keepDataOnLogout] ).
860+ /// kept by default and only wiped when the user opts out
861+ /// ([AuthCredentialsStorage.keepDataOnLogout] ).
861862 /// Keeping it lets the same user sign back in and resume the sync
862863 /// incrementally instead of re-downloading everything; the DB-owner marker is
863864 /// preserved so a *different* user signing in still triggers a wipe.
@@ -939,7 +940,7 @@ class AuthNotifier extends _$AuthNotifier {
939940 }
940941
941942 /// Removes the local PowerSync data whether or not the DB has been built:
942- /// when the instance exists we use PowerSync's own [ disconnectAndClear] ,
943+ /// when the instance exists we use PowerSync's own ` disconnectAndClear` ,
943944 /// otherwise (cold start, before any data widget has built it) we delete
944945 /// the on-disk files directly so no data survives.
945946 ///
0 commit comments