Manifest changes
This commit is contained in:
parent
3258f2666f
commit
568ff2451a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"short_name": "alexbell.ninja",
|
||||
"name": "alexbell.ninja",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
@ -187,7 +187,7 @@ const PasswordManager = inject("rootStore") ( observer(
|
||||
}
|
||||
|
||||
dataList.forEach((element, index) => {
|
||||
if(element.url.includes(this.state.search)) {
|
||||
if(element.url.toLowerCase().includes(this.state.search.toLowerCase())) {
|
||||
const copyLogin = () => {
|
||||
copyToClipboard(decrypt(element.login, this.state.key));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user