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