You've already forked algora-tv
							
							
				mirror of
				https://github.com/algora-io/tv.git
				synced 2025-10-30 23:07:56 +02:00 
			
		
		
		
	update copy
This commit is contained in:
		| @@ -5,8 +5,6 @@ defmodule AlgoraWeb.SettingsLive do | |||||||
|   alias Algora.Accounts.Destination |   alias Algora.Accounts.Destination | ||||||
|   alias AlgoraWeb.RTMPDestinationIconComponent |   alias AlgoraWeb.RTMPDestinationIconComponent | ||||||
|  |  | ||||||
|   @env Mix.env() |  | ||||||
|  |  | ||||||
|   def render(assigns) do |   def render(assigns) do | ||||||
|     ~H""" |     ~H""" | ||||||
|     <div class="max-w-3xl mx-auto pt-2 pb-6 px-4 sm:px-6 space-y-6"> |     <div class="max-w-3xl mx-auto pt-2 pb-6 px-4 sm:px-6 space-y-6"> | ||||||
| @@ -43,7 +41,7 @@ defmodule AlgoraWeb.SettingsLive do | |||||||
|         <.header> |         <.header> | ||||||
|           Integrations |           Integrations | ||||||
|           <:subtitle> |           <:subtitle> | ||||||
|             Link other apps |             Manage your connected accounts and services | ||||||
|           </:subtitle> |           </:subtitle> | ||||||
|         </.header> |         </.header> | ||||||
|         <div class="space-y-6"> |         <div class="space-y-6"> | ||||||
| @@ -158,7 +156,6 @@ defmodule AlgoraWeb.SettingsLive do | |||||||
|  |  | ||||||
|     {:ok, |     {:ok, | ||||||
|      socket |      socket | ||||||
|      |> assign(env: @env) |  | ||||||
|      |> assign(current_user: current_user) |      |> assign(current_user: current_user) | ||||||
|      |> assign_form(changeset) |      |> assign_form(changeset) | ||||||
|      |> assign(destinations: destinations) |      |> assign(destinations: destinations) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user