This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
use success message in options view
pull/342/head
Guillaume Vincent
7 years ago
parent
a22c7bfac5
commit
f4f3635b6b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/ConfigureOptions.vue
+ 1
- 1
src/views/ConfigureOptions.vue
View File
@@ -1,7 +1,7 @@
<template>
<div>
<div class="form-group">
<div class="alert alert-
info
" v-if="defaultPassword.version===2">
<div class="alert alert-
success
" v-if="defaultPassword.version===2">
Default options are automatically saved <strong>locally</strong>.
</div>
<div class="alert alert-danger" v-if="defaultPassword.version===1">
Write
Preview
Loading…
Cancel
Save