fix: resolve ReferenceError and strengthen IPC invocation in login flow
Some checks failed
Release Binaries / release (push) Has been cancelled
Some checks failed
Release Binaries / release (push) Has been cancelled
This commit is contained in:
@@ -150,7 +150,7 @@ const LoginView: Component<LoginViewProps> = (props) => {
|
||||
|
||||
<button
|
||||
type="submit"
|
||||
disabled={isLoggingIn() || !selectedUserId()}
|
||||
disabled={isLoggingIn() || !username()}
|
||||
class="w-full flex items-center justify-center gap-3 py-4 bg-gradient-to-r from-blue-600 via-indigo-600 to-purple-600 hover:from-blue-500 hover:to-purple-500 text-white font-bold rounded-2xl shadow-xl shadow-blue-900/20 transform active:scale-[0.98] transition-all disabled:opacity-50 disabled:cursor-not-allowed group"
|
||||
>
|
||||
<Show when={isLoggingIn()} fallback={
|
||||
|
||||
Reference in New Issue
Block a user