Skip to content

Commit

Permalink
Fixed username format while persisting (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePeras authored Sep 25, 2023
2 parents fbf0ba4 + 60c7d5b commit a721c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni/lib/model/providers/startup/session_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class SessionProvider extends StateProviderNotifier {

if (persistentSession) {
await AppSharedPreferences.savePersistentUserInfo(
username,
session.username,
password,
faculties,
);
Expand Down

0 comments on commit a721c1a

Please sign in to comment.