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