open-consul/ui/packages/consul-ui/app/components/consul/lock-session/notifications/index.hbs

7 lines
172 B
Handlebars
Raw Normal View History

{{#if (eq @type 'delete')}}
{{#if (eq @status 'success') }}
The session was invalidated.
{{else}}
There was an error invalidating the session.
{{/if}}
{{/if}}