Skip to content
New issue

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

Angebot des Passwort-Speicherns im Browser #116

Open
dh3wr opened this issue May 9, 2018 · 0 comments
Open

Angebot des Passwort-Speicherns im Browser #116

dh3wr opened this issue May 9, 2018 · 0 comments

Comments

@dh3wr
Copy link
Member

dh3wr commented May 9, 2018

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?

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

No branches or pull requests

2 participants