Skip to content

Commit

Permalink
fix: admin connect
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomartino committed Feb 5, 2024
1 parent 601b458 commit a628138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/admin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ const Admin = () => {
};

const onConnectClick = async () => {
setIsOnline(false);
setRconCredentials(host, password);
await loadInfo();
};

useEffect(() => {
Expand Down

0 comments on commit a628138

Please sign in to comment.