fix(dialog): use valid key binding name for OAuth success state (#2491)
huaiyuWangh
created
Replace invalid "finish" key name with "enter" in the OAuth success
state key binding. "finish" is not a valid key name in the key package,
while "enter" is consistent with other key bindings in the codebase
and matches the help text shown to users.