mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Add remote control (#164)
* draft add remotes * add favorite, rating * add basic auth
This commit is contained in:
@@ -47,7 +47,7 @@ export const AppMenu = () => {
|
||||
};
|
||||
|
||||
const handleCredentialsModal = async (server: ServerListItem) => {
|
||||
let password: string | undefined;
|
||||
let password: string | null = null;
|
||||
|
||||
try {
|
||||
if (localSettings && server.savePassword) {
|
||||
|
||||
Reference in New Issue
Block a user