Compare commits
2 Commits
3176af094e
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
082e070aea | ||
|
|
edf404542b |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "US 2FA Autofill",
|
||||
"version": "4.0",
|
||||
"version": "4.1",
|
||||
"description": "Rellena automáticamente el código 2FA en la Universidad de Sevilla.",
|
||||
"permissions": [
|
||||
"storage"
|
||||
|
||||
@@ -5,7 +5,7 @@ import { faCircleInfo } from "@fortawesome/free-solid-svg-icons";
|
||||
import { ThemeToggle } from "./components/ThemeToggle";
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
const api = typeof browser !== "undefined" ? browser : chrome;
|
||||
const api = typeof browser !== "undefined" ? browser : (typeof chrome !== "undefined" ? chrome : null);
|
||||
|
||||
const App = () => {
|
||||
const [secret, setSecret] = useState('');
|
||||
|
||||
Reference in New Issue
Block a user