UniPager
UniPager copied to clipboard
Angebot des Passwort-Speicherns im Browser
https://stackoverflow.com/questions/2398763/how-does-browser-know-when-to-prompt-user-to-save-password
Wahrscheinlich hier
<div id="login" v-if="!auth">
<h1>UniPager</h1>
<input type="password" v-model="password" autofocus
@keyup.enter="authenticate" ref="password">
<button @click="authenticate()">Login</button>
</div>
etwas wie
<input type="password" name="password" id="password"/>
einbauen. Ich trau mich aber nicht... :-)
Könntest du @7h0ma5 das mal in einer Dev. Version testen?