We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87278f2 commit 60afd87Copy full SHA for 60afd87
lib/app/modules/user/data/data_source/constant/term_storage.dart
@@ -7,15 +7,13 @@ abstract class TermStorage {
7
TermEntity(
8
slug: 'privacy-policy-v1',
9
type: TermType.privacyPolicy,
10
- url:
11
- 'https://infoteam-rulrudino.notion.site/1c5365ea27df800f8143f31218070a87',
+ url: 'https://terms.gistory.me/pot-g/privacy/251022/',
12
required: true,
13
),
14
15
slug: 'terms-of-service-v1',
16
type: TermType.termsOfService,
17
18
- 'https://infoteam-rulrudino.notion.site/1c5365ea27df80aeac2cc6e1d8729a11',
+ url: 'https://terms.gistory.me/pot-g/tos/251022/',
19
20
21
];
0 commit comments