Update DAVx5 in AuthToken.vue
1. It's named DAVx5 (only very old clients have DAVdroid in the User-Agent)
2. Use passive matching (?:droid|x5) because otherwise, "x5" is recognized and shown as operating system
3. Also include the version postfix which contains information like "-beta2", which is important for the user
Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Showing
- apps/settings/js/vue-settings-personal-security.js 0 additions, 0 deletionsapps/settings/js/vue-settings-personal-security.js
- apps/settings/js/vue-settings-personal-security.js.map 0 additions, 0 deletionsapps/settings/js/vue-settings-personal-security.js.map
- apps/settings/src/components/AuthToken.vue 4 additions, 4 deletionsapps/settings/src/components/AuthToken.vue
Loading
Please register or sign in to comment