Skip to content

Commit

Permalink
Merge pull request #1603 from nextcloud/chore/neon_framework/remove-w…
Browse files Browse the repository at this point in the history
…eb-history-leak-asserts
  • Loading branch information
provokateurin authored Feb 14, 2024
2 parents aad60c6 + 199f238 commit 1443348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neon_framework/lib/src/router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class LoginCheckServerStatusRoute extends GoRouteData {
required this.serverUrl,
required String this.loginName,
required String this.password,
}) : assert(!kIsWeb, 'Might leak the password to the browser history');
});

/// {@macro AppRoutes.LoginFlow.serverUrl}
final Uri serverUrl;
Expand Down Expand Up @@ -360,7 +360,7 @@ class LoginCheckAccountRoute extends GoRouteData {
required this.serverUrl,
required this.loginName,
required this.password,
}) : assert(!kIsWeb, 'Might leak the password to the browser history');
});

/// {@macro AppRoutes.LoginFlow.serverUrl}
final Uri serverUrl;
Expand Down

0 comments on commit 1443348

Please sign in to comment.