Ensure you can only view/edit http functions created by the currently logged in user
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<a class="text-gray-300" href="{{ url_for('execute_http_function', function=name) }}">{{
|
||||
url_for('execute_http_function', function=name) }}</a>
|
||||
<a class="text-gray-300" href="{{ url_for('execute_http_function', user_id=user_id, function=name) }}">{{
|
||||
url_for('execute_http_function', user_id=user_id, function=name) }}</a>
|
||||
<button
|
||||
class="inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-accent hover:text-accent-foreground px-2 text-gray-600 dark:text-gray-400"
|
||||
data-id="24"><span class="sr-only" data-id="25">Add Link</span><svg xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
Reference in New Issue
Block a user