mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
improve: use https
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<TableBody>
|
||||
{#each rules.rules as domain, i}
|
||||
<TableRow>
|
||||
<TableCellLink title="Domain" href={`http://${domain.domain}`} external noStyle>
|
||||
<TableCellLink title="Domain" href={`https://${domain.domain}`} external noStyle>
|
||||
<span class="u-flex u-gap-4 u-cross-center">
|
||||
<Trim>
|
||||
<span class="link">{domain.domain}</span>
|
||||
|
||||
Reference in New Issue
Block a user