I’d like the login fields in my panel to use the b...
# compose-web
u
I’d like the login fields in my panel to use the browser’s password manager. Is that possible?
👀 1
s
That's a canvas limitation. You can instead use compose html (or any other native web framework) for your login/registration page and then redirect to your cfw app. A popup could also work but a lot of people have it disabled. The html in canvas proposal might also help here: https://youtrack.jetbrains.com/issue/CMP-9127
u
As a workaround, can't we tweak a little something with HTML that would be underneath the canvas?
c
You can instead use compose html (or any other native web framework) for your login/registration page and then redirect to your cfw app.
That's interesting and I never thought about it. This might be a good idea for stuff that needs pre-built HTML components (for example social login like Sign In with Google).
s
doesn't the google sign in redirect you to a google page anyway?
j
Depends, it also has the pop-up option