Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/src/happiness/happiness-input.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('HappinessInputService', () => {
zoom: 10,
},
headers: {
'User-Agent': 'OasisMap (TIS_WB@ml.tis.co.jp)',
'User-Agent': 'OasisMap (TISI_WB@ml.tisi.jp)',
},
});
expect(spyPost).toHaveBeenCalledWith(
Expand Down Expand Up @@ -158,7 +158,7 @@ describe('HappinessInputService', () => {
zoom: 10,
},
headers: {
'User-Agent': 'OasisMap (TIS_WB@ml.tis.co.jp)',
'User-Agent': 'OasisMap (TISI_WB@ml.tisi.jp)',
},
});
expect(spyPost).toHaveBeenCalledWith(
Expand Down
2 changes: 1 addition & 1 deletion backend/src/happiness/happiness-input.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class HappinessInputService {
zoom: 10,
},
headers: {
'User-Agent': 'OasisMap (TIS_WB@ml.tis.co.jp)',
'User-Agent': 'OasisMap (TISI_WB@ml.tisi.jp)',
},
})
.then((response) => {
Expand Down
6 changes: 2 additions & 4 deletions frontend/src/app/terms/use/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ const TermsOfService: React.FC = () => {
</Typography>
<Typography variant="body1" style={{ wordWrap: 'break-word' }}>
・インターネット接続可能なスマートフォンをお持ちの方
<br />
・Googleアカウントをお持ちでログイン操作ができる方
</Typography>
<Typography variant="subtitle1" sx={{ fontWeight: 'bold', mt: 2 }}>
3.提供サービス
Expand All @@ -56,7 +54,7 @@ const TermsOfService: React.FC = () => {
4.個人情報の取扱い
</Typography>
<Typography variant="body1">
本実証実験において収集される情報は、サービス提供事業者であるTIS株式会社および{TERMS_MUNICIPALITY_NAME}が厳重に管理し、プライバシーマークおよび情報セキュリティマネジメントシステムの要求事項に準拠して取り扱います。
本実証実験において収集される情報は、サービス提供事業者であるTISI株式会社および{TERMS_MUNICIPALITY_NAME}が厳重に管理し、プライバシーマークおよび情報セキュリティマネジメントシステムの要求事項に準拠して取り扱います。
また、提供された個人情報は、実証実験の目的以外には使用されません。
</Typography>
<Typography variant="subtitle1" sx={{ fontWeight: 'bold', mt: 2 }}>
Expand All @@ -65,7 +63,7 @@ const TermsOfService: React.FC = () => {
<Typography variant="body1">
・本サービスを利用した営業活動
<br />
TIS株式会社および{TERMS_MUNICIPALITY_NAME}による本サービスの運営を妨害する行為
TISI株式会社および{TERMS_MUNICIPALITY_NAME}による本サービスの運営を妨害する行為
<br />
・他のユーザ、第三者の権利を侵害する行為
</Typography>
Expand Down
Loading