6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 1f9a4309

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-08-22 13:25:06 +0200
2094: lint

Changed files

comwell_key_app/lib/login/login_page.dart | 3 ---
 1 file changed, 3 deletions(-)

Diff

diff --git a/comwell_key_app/lib/login/login_page.dart b/comwell_key_app/lib/login/login_page.dart
index 9482d33e..2aa87451 100644
--- a/comwell_key_app/lib/login/login_page.dart
+++ b/comwell_key_app/lib/login/login_page.dart
@@ -39,16 +39,13 @@ class LoginPage extends StatelessWidget {
),
),
const SizedBox(height: 32),
- // Login Button
LoginButton(
onPressed: () {
launchUrl(cubit.constructUrl(Auth.login));
},
),
const SizedBox(height: 10),
- // Create New User Button
CreateUserButton(onPressed: () {
- //context.push("/${AppRoutes.b2cSignUp.name}");
launchUrl(cubit.constructUrl(Auth.createUser));
}),
const SizedBox(height: 20),