We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
async def store_login(e): data.login(key="login", value=username.value, next_route="/dashboard")
async def store_login(e): await data.login_async(key="login", value=username.value, next_route="/dashboard")
The text was updated successfully, but these errors were encountered:
🐛 fix: error when using the 'login()' method in async function (#34)
96ccca6
✅ update: fix 'login' code method tests 'flet_app' (#34)
c70aa0b
✅ add: custom exception classes (#34)
3aacd10
🔖 release: v0.2.9 (#36)
2a6a795
## Bug fixes * Fix error when using login() method in async function [#34] * Fix and improve error message in fs.decode (async) [#35]
Daxexs
Successfully merging a pull request may close this issue.
Example
Solution
The text was updated successfully, but these errors were encountered: