mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
		
						commit
						a86c419f95
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -109,7 +109,7 @@ if (!config.github || !redis) {
 | 
			
		|||
		}
 | 
			
		||||
 | 
			
		||||
		const params = {
 | 
			
		||||
			redirect_uri: `${config.url}:8089/api/gh/cb`,
 | 
			
		||||
			redirect_uri: `${config.url}/api/gh/cb`,
 | 
			
		||||
			scope: ['read:user'],
 | 
			
		||||
			state: uuid()
 | 
			
		||||
		};
 | 
			
		||||
| 
						 | 
				
			
			@ -122,7 +122,7 @@ if (!config.github || !redis) {
 | 
			
		|||
		const sessid = uuid();
 | 
			
		||||
 | 
			
		||||
		const params = {
 | 
			
		||||
			redirect_uri: `${config.url}:8089/api/gh/cb`,
 | 
			
		||||
			redirect_uri: `${config.url}/api/gh/cb`,
 | 
			
		||||
			scope: ['read:user'],
 | 
			
		||||
			state: uuid()
 | 
			
		||||
		};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue