Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(login): pass user name
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed May 30, 2024
1 parent 924d856 commit b5ccec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class _LoginViewState extends State<LoginView> {
const Spacer(),
LoginPrompt(
isSession: true,
name: _selectedUser!,
onLogin: () {
final nav = Navigator.of(context);
nav.pushNamed(
Expand Down

0 comments on commit b5ccec5

Please sign in to comment.