auth_controller.ex: Add admin scope to MastoFE
Related: https://git.pleroma.social/pleroma/pleroma/issues/1265
This commit is contained in:
		
							parent
							
								
									e892a7eb01
								
							
						
					
					
						commit
						3ef2ff3e47
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -86,6 +86,6 @@ defp local_mastodon_root_path(conn) do
 | 
			
		|||
  @spec get_or_make_app() :: {:ok, App.t()} | {:error, Ecto.Changeset.t()}
 | 
			
		||||
  defp get_or_make_app do
 | 
			
		||||
    %{client_name: @local_mastodon_name, redirect_uris: "."}
 | 
			
		||||
    |> App.get_or_make(["read", "write", "follow", "push"])
 | 
			
		||||
    |> App.get_or_make(["read", "write", "follow", "push", "admin"])
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue