Closed Infraviored closed 2 months ago
I access the printer over a https website. Therefore, i have a strong password (20 chars, special characters)
I have to retype this password every time i load the site
There is a remain logged in button
No response
I would be willing to implement it if one leads me to the location of the relevant source code. i already identified:
src/components/dialogs/ConnectDialog.vue
added very basic implementation here: https://github.com/Infraviored/DuetWebControlSavePW
Is your feature request related to a problem? Please describe.
I access the printer over a https website. Therefore, i have a strong password (20 chars, special characters)
I have to retype this password every time i load the site
Describe the solution you propose.
There is a remain logged in button
Describe alternatives you've considered
No response
Provide any additional context or information.
I would be willing to implement it if one leads me to the location of the relevant source code. i already identified:
src/components/dialogs/ConnectDialog.vue