mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-12 07:01:35 +08:00
Update readme
This commit is contained in:
parent
484a88b7ac
commit
0bcc376706
3 changed files with 7 additions and 1 deletions
|
|
@ -34,3 +34,8 @@ To watch for changes use `grunt watch`
|
||||||
## Contributors
|
## Contributors
|
||||||
Add yours when creating a pull request!
|
Add yours when creating a pull request!
|
||||||
- None
|
- None
|
||||||
|
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
**are you adding something to check if malicious code is executing on the browser?**
|
||||||
|
No, because malitous code could edit the functions that check for malicious code.
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -57,6 +57,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{{filtered_credentials}}
|
||||||
<div off-click="closeSelected()">
|
<div off-click="closeSelected()">
|
||||||
|
|
||||||
<div class="loaderContainer" ng-if="show_spinner">
|
<div class="loaderContainer" ng-if="show_spinner">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue