Skip to content

Fix namespacing in login server module to support nested usage - #11

Open
NorbertHandraAGES wants to merge 1 commit into
jbryer:mainfrom
NorbertHandraAGES:fix_nested_ns
Open

Fix namespacing in login server module to support nested usage#11
NorbertHandraAGES wants to merge 1 commit into
jbryer:mainfrom
NorbertHandraAGES:fix_nested_ns

Conversation

@NorbertHandraAGES

Copy link
Copy Markdown

Fixes an issue where the login server module does not work correctly when nested inside other modules.

The UI uses proper namespacing, but the server relied on NS(id, ...), which does not correctly handle nested module contexts. This caused a mismatch between UI inputs and server logic.

This PR replaces NS(id, ...) with session$ns(...) within login_server, ensuring consistent namespacing and correct behavior in nested modules.

This addresses issue #9.

Thanks for providing this useful package!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant