Skip to content

Commit

Permalink
TW-2166: Change default to post_login_redirect_url in web app
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Dec 10, 2024
1 parent 9fa59f7 commit d1e36f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/mixins/connect_page_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mixin ConnectPageMixin {

static const windowNameValue = '_self';

static const redirectPublicPlatformOnWeb = 'post_registered_redirect_url';
static const redirectPublicPlatformOnWeb = 'post_login_redirect_url';

bool supportsFlow({
required BuildContext context,
Expand Down

0 comments on commit d1e36f3

Please sign in to comment.