Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Aug 3, 2024
1 parent e77196e commit be587fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mirror-godot-app/ui/login/login_code_ui.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ func _on_sign_in_pressed() -> void:
return
var session_promise = Net.mirror_auth_client.check_login_code(login_code.text)
var data = await session_promise.wait_till_fulfilled()

if session_promise.is_error():
Notify.error("Failed to login with code", session_promise.get_error_message())
return
Expand Down

0 comments on commit be587fd

Please sign in to comment.