Make account setup view prettier
This commit is contained in:
@@ -13,8 +13,9 @@ app.controller('Controller', [function () {}]);
|
||||
</script>
|
||||
|
||||
<center>
|
||||
<h1>Hello <%= (user && user.email) ? user.email : '' %>, welcome to your Cloudron.</h1>
|
||||
<h4>Setup your account and password.</h4>
|
||||
<br/>
|
||||
<h4>Hello <%= (user && user.email) ? user.email : '' %>, welcome to your Cloudron.</h4>
|
||||
<h2>Setup your account and password.</h2>
|
||||
</center>
|
||||
|
||||
<div class="container" ng-app="Application" ng-controller="Controller">
|
||||
|
||||
Reference in New Issue
Block a user