mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 20:21:19 +02:00
show logout button
This commit is contained in:
@@ -730,7 +730,7 @@ const LoginDialog = () => {
|
||||
height={50}
|
||||
/>
|
||||
|
||||
{current.buttonAlt && MODES.sessionExpired !== mode && (
|
||||
{current.buttonAlt ? (
|
||||
<Button
|
||||
title={current.buttonAlt}
|
||||
onPress={current.buttonAltFunc}
|
||||
@@ -742,7 +742,7 @@ const LoginDialog = () => {
|
||||
}}
|
||||
height={50}
|
||||
/>
|
||||
)}
|
||||
) : null}
|
||||
</View>
|
||||
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user