Skip to content

Commit

Permalink
added ops
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 8, 2023
1 parent 663f94b commit 8de2017
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/tenant/administration/AlertWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,13 @@ const AlertWizard = () => {
},
{ value: 'Reset user password.', name: 'Reset user password' },
{ value: 'AdminLoggedIn', name: 'Admin has logged in' },
{
value: 'UserLoggedInFromUnknownLocation',
name: 'A user has logged in from non-allowed location',
},
{
value: 'UserLoggedIn',
name: 'A user has logged in from an unknown location, or non-allowed location',
name: 'A user has logged in from non-allowed location',
},
]}
/>
Expand Down

0 comments on commit 8de2017

Please sign in to comment.