Skip to content

Commit

Permalink
Fixed username format while persisting
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Sep 25, 2023
1 parent fbf0ba4 commit 60c7d5b
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 60c7d5b

Please sign in to comment.