This commit is contained in:
Diego Mello 2023-07-17 11:09:10 -03:00
parent 5eeb7ac669
commit 819203a9fa
2 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ jobs:
<<: *android-executor <<: *android-executor
environment: environment:
<<: *android-env <<: *android-env
# <<: *bash-env <<: *bash-env
steps: steps:
- android-build - android-build

View File

@ -95,7 +95,7 @@ class NewServerView extends React.Component<INewServerViewProps, INewServerViewS
this.setHeader(); this.setHeader();
this.state = { this.state = {
text: 'https://client-ssl-cert.dev.rocket.chat/', text: '',
connectingOpen: false, connectingOpen: false,
certificate: null, certificate: null,
serversHistory: [] serversHistory: []