mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Removed duplicated class attribute
This commit is contained in:
parent
d7e411cb4f
commit
85dffbdc8f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
$root = ($this->getParam('root') !== 'disabled');
|
||||
?>
|
||||
<div class="zone medium signup" class="zone medium"
|
||||
<div class="zone medium signup"
|
||||
data-service="account.get"
|
||||
data-name="account"
|
||||
data-scope="console"
|
||||
|
|
|
|||
Loading…
Reference in a new issue