forked from cory/tildefriends
		
	Fix app delete.
This commit is contained in:
		| @@ -1248,7 +1248,7 @@ async function blobHandler(request, response, blobId, uri) { | |||||||
| 		if ((match = /^\/\~(\w+)\/(\w+)$/.exec(blobId))) { | 		if ((match = /^\/\~(\w+)\/(\w+)$/.exec(blobId))) { | ||||||
| 			let user = match[1]; | 			let user = match[1]; | ||||||
| 			let appName = match[2]; | 			let appName = match[2]; | ||||||
| 			let credentials = https.auth_query(request.headers); | 			let credentials = httpd.auth_query(request.headers); | ||||||
| 			if ( | 			if ( | ||||||
| 				credentials && | 				credentials && | ||||||
| 				credentials.session && | 				credentials.session && | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user