Skip to content

Commit 19351ef

Browse files
committed
Add permissions message to OneDrive sign-in page
1 parent f7de728 commit 19351ef

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_locales/en/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@
325325
"message": "Sign in (Business)",
326326
"description": "Sign in to 3rd party storage services"
327327
},
328+
"onedrive_business_perms": {
329+
"message": "Why do business accounts require more permissions?"
330+
},
328331
"log_out": {
329332
"message": "Logout",
330333
"description": "Sign out of 3rd party storage services"

src/components/Popup/OneDrivePage.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
<a-button v-show="!backupToken" @click="getBackupToken(true)">
3030
{{ i18n.sign_in_business }}
3131
</a-button>
32+
<div class="text" v-show="!backupToken">
33+
<a href="https://authenticator.cc/docs/en/onedrive-perms">{{
34+
i18n.onedrive_business_perms
35+
}}</a>
36+
</div>
3237
<a-button v-show="backupToken" @click="backupUpload()">
3338
{{ i18n.manual_dropbox }}
3439
</a-button>

0 commit comments

Comments
 (0)