Skip to content

Commit

Permalink
Add information banner to windows folder tokens re: os systems (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkstpaul authored Jun 6, 2024
1 parent e9c315e commit fc04bd1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend_vue/src/components/ManageToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
:token-backend-response="manageTokenResponse"
class="mt-32"
></SettingsToken>
<BaseMessageBox
v-if="manageTokenResponse.canarydrop.canarytoken._value"
class="mt-32"
:variant="'warning'"
:message="`This token only works on Windows 10 systems and lower. It does
not work on Windows 11 or higher. This is because a recent group policy update to
some versions of Windows defaults to disabling functionality that this token
relies on to fire.`" />
<BaseMessageBox
class="mt-32"
:variant="hasAlerts ? 'danger' : 'info'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
folder in Windows Explorer. It will even trigger if someone is browsing the
folder via a network share!
</p>
<base-message-box
class="mt-32"
:variant="'warning'"
:message="`This token only works on Windows 10 systems and lower. It does
not work on Windows 11 or higher. This is because a recent group policy update to
some versions of Windows defaults to disabling functionality that this token
relies on to fire.`" />
<base-message-box
class="mt-24"
variant="info"
Expand Down

0 comments on commit fc04bd1

Please sign in to comment.