Skip to content

Commit b95b370

Browse files
committed
Make google provier first
1 parent 71e24ba commit b95b370

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

web/components/FirebaseAuth.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ export default class FirebaseAuth extends Vue {
7878
signInSuccessUrl: window.location.href,
7979
signInOptions: [
8080
// Leave the lines as is for the providers you want to offer your users.
81-
ProviderId.GITHUB,
8281
ProviderId.GOOGLE,
82+
ProviderId.GITHUB,
8383
ProviderId.PASSWORD,
8484
],
8585
// Terms of service url.

web/pages/privacy-policy/index.vue

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<v-col cols="10" offset="1" class="mt-8">
55
<h1 class="text-h3 mb-4">Privacy Policy</h1>
66
<p>
7-
Ndole Studio built the HTTP SMS service as an open source project.
8-
This SERVICE is provided by Ndole Studio and is intended for use as
9-
is. This page is used to inform visitors regarding our policies with
10-
the collection, use, and disclosure of Personal Information if anyone
7+
Ndole Studio built the httpSMS service as an open source project. This
8+
SERVICE is provided by Ndole Studio and is intended for use as is.
9+
This page is used to inform visitors regarding our policies with the
10+
collection, use, and disclosure of Personal Information if anyone
1111
decided to use our Service. If you choose to use our Service, then you
1212
agree to the collection and use of information in relation to this
1313
policy. The Personal Information that we collect is used for providing
1414
and improving the Service. We will not use or share your information
1515
with anyone except as described in this Privacy Policy. The terms used
1616
in this Privacy Policy have the same meanings as in our Terms and
17-
Conditions, which are accessible at HTTP SMS unless otherwise defined
17+
Conditions, which are accessible at httpSMS unless otherwise defined
1818
in this Privacy Policy.
1919
</p>
2020
<h2 class="text-h6 text--secondary">Information Collection and Use</h2>
@@ -26,9 +26,9 @@
2626
policy.
2727
</p>
2828
<p>
29-
HTTP SMS does use third-party services that may collect information
29+
httpSMS does use third-party services that may collect information
3030
used to identify you. Link to the privacy policy of third-party
31-
service providers used by HTTP SMS
31+
service providers used by httpSMS
3232
</p>
3333
<ul class="mb-4">
3434
<li>
@@ -67,6 +67,15 @@
6767
>Segment</a
6868
>
6969
</li>
70+
<li>
71+
<a
72+
href="https://privacy.microsoft.com/en-GB/privacystatement"
73+
target="_blank"
74+
class="text-decoration-none"
75+
rel="noopener noreferrer"
76+
>Microsoft Clarity</a
77+
>
78+
</li>
7079
</ul>
7180
<h2 class="text-h6 text--secondary">Log Data</h2>
7281
<p>

0 commit comments

Comments
 (0)