mirror of
https://github.com/status-im/consul.git
synced 2025-01-19 18:19:53 +00:00
9 lines
172 B
Handlebars
9 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}}
|
||
|
|