Skip to content

Commit

Permalink
fix: adapt temp urls to current PR
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Aug 10, 2022
1 parent a504b57 commit f2360b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion designer_v2/lib/features/study/study_test_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ abstract class PlatformController {
}

class StudyTestController extends StateNotifier<StudyTestState> {
String previewSrc = 'https://studyu-app-v2--pr143-dev-designer-v2-prev-6dl0nxo1.web.app/';
String previewSrc = 'https://studyu-designer-v2--pr156-dev-designer-v2-inte-kf9qyo2y.web.app';
// todo change on merge
//String previewSrc = 'https://studyu-app-v2.web.app/';
// String previewSrc = 'http://localhost:12345/';
Expand Down
2 changes: 1 addition & 1 deletion flutter_common/lib/src/utils/env_loader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ String envFilePath() {
return env.isNotEmpty ? '$envsAssetPath/$env' : '$envsAssetPath/.env';
}

const designerDeepLink = 'https://studyu-designer-v2--pr121-dev-designer-v2-logi-byhmzxke.web.app';
const designerDeepLink = 'https://studyu-designer-v2--pr156-dev-designer-v2-inte-kf9qyo2y.web.app';

// GoTrue redirectTo strips /#/ from URL, therefore we need to use the default set in supabase
//String? authRedirectToUrl = kIsWeb ? null : designerDeepLink;
Expand Down

0 comments on commit f2360b5

Please sign in to comment.