mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-04 23:39:57 +00:00
11 lines
345 B
Plaintext
11 lines
345 B
Plaintext
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/logout
|
|
tags: $:/tags/SyncerDropdown
|
|
|
|
\define lingo-base() $:/plugins/tiddlywiki/tiddlyweb/language/
|
|
|
|
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
|
<$button message="tm-logout" class="tc-btn-invisible">
|
|
{{$:/core/images/cancel-button}} <<lingo Logout>>
|
|
</$button>
|
|
</$reveal>
|