mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
spelling: github
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
87e7408cc3
commit
a58303c8c2
@ -35,7 +35,7 @@ efforts from contributors on the same issue.
|
|||||||
|
|
||||||
- Add tests relevant to the fixed bug or new feature.
|
- Add tests relevant to the fixed bug or new feature.
|
||||||
|
|
||||||
For specific git instructions, see [GitHub workflow 101](https://github.com/servo/servo/wiki/Github-workflow).
|
For specific git instructions, see [GitHub workflow 101](https://github.com/servo/servo/wiki/GitHub-workflow).
|
||||||
|
|
||||||
## Conduct
|
## Conduct
|
||||||
|
|
||||||
|
@ -538,7 +538,7 @@ Future<bool?> loginDialog() async {
|
|||||||
),
|
),
|
||||||
LoginWidgetOP(
|
LoginWidgetOP(
|
||||||
ops: [
|
ops: [
|
||||||
ConfigOP(op: 'Github', iconWidth: 20),
|
ConfigOP(op: 'GitHub', iconWidth: 20),
|
||||||
ConfigOP(op: 'Google', iconWidth: 20),
|
ConfigOP(op: 'Google', iconWidth: 20),
|
||||||
ConfigOP(op: 'Okta', iconWidth: 38),
|
ConfigOP(op: 'Okta', iconWidth: 38),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user