from nicegui import app, ui def logout(): app.storage.user.clear() ui.navigate.to("/login")