Skip to content

Commit

Permalink
Release 0.101.40
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Feb 3, 2024
2 parents 0b6ae80 + 2db4eee commit 13f0f11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.101.39",
"version": "0.101.40",
"private": true,
"productName": "Tactical RMM",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/views/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
autofocus
outlined
v-model="credentials.twofactor"
autocomplete="one-time-code"
:rules="[
(val) =>
(val && val.length > 0) || 'This field is required',
Expand Down

0 comments on commit 13f0f11

Please sign in to comment.