Fix sign in button always showing spinner
This commit is contained in:
		@@ -14,7 +14,7 @@ HFlickableColumnPage {
 | 
				
			|||||||
    property string serverUrl
 | 
					    property string serverUrl
 | 
				
			||||||
    property string displayUrl: serverUrl
 | 
					    property string displayUrl: serverUrl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    property string loginFutureId: null
 | 
					    property string loginFutureId: ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    readonly property int security:
 | 
					    readonly property int security:
 | 
				
			||||||
        serverUrl.startsWith("https://") ?
 | 
					        serverUrl.startsWith("https://") ?
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user