mud_server.admin_gradio.tabs.login_tab

Login Tab for MUD Client.

This module provides the login interface for user authentication. Always visible, provides username/password input and login button.

Functions

create()

Create the Login tab with authentication form.

Module Contents

mud_server.admin_gradio.tabs.login_tab.create()[source]

Create the Login tab with authentication form.

Returns:

(login_tab, login_btn, login_username_input, login_password_input,

login_output) - Components needed for event wiring in main app

Return type:

tuple