mirror of
				https://github.com/Telecominfraproject/wlan-cloud-userportal.git
				synced 2025-10-31 02:27:51 +00:00 
			
		
		
		
	Adding support for IPv6.
This commit is contained in:
		| @@ -90,6 +90,7 @@ logout() { | ||||
|  | ||||
| startmfa() { | ||||
|     payload="{ \"type\" : \"sms\" , \"sms\" : \"$1\" }" | ||||
|     echo ${payload} | ||||
|     curl ${FLAGS} -X PUT "https://${target_service_endpoint}/api/v1/submfa?startValidation=true" \ | ||||
|         -H "Content-Type: application/json" \ | ||||
|         -H "Authorization: Bearer ${token}" \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959