2016-03-23 18:39:41 +01:00
|
|
|
<div>
|
|
|
|
|
|
|
|
<section class="heading b-b">
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class="col-md-1 col-sm-2 hidden-xs">
|
|
|
|
<section class="heading-icon">
|
|
|
|
<i class="fa fa-link"></i>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-8 col-sm-10 b-l">
|
|
|
|
<section class="heading-title">
|
2019-12-18 13:04:38 +01:00
|
|
|
<h1 translate>{{ 'app.logged.profile_completion.confirm_your_new_account' }}</h1>
|
2016-03-23 18:39:41 +01:00
|
|
|
</section>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
2016-04-25 15:14:12 +02:00
|
|
|
<div class="row no-gutter">
|
2016-03-23 18:39:41 +01:00
|
|
|
<div class="col-sm-12 col-md-12 b-r">
|
2022-05-09 14:58:26 +02:00
|
|
|
<div class="row">
|
2016-04-25 12:35:43 +02:00
|
|
|
<div class="col-md-offset-2 col-md-8 m-t-md">
|
2022-05-09 14:58:26 +02:00
|
|
|
<completion-header-info on-error="onError" user="user" active-provider="activeProvider" />
|
2016-04-25 12:35:43 +02:00
|
|
|
</div>
|
2016-03-23 18:39:41 +01:00
|
|
|
</div>
|
2021-03-23 11:49:05 +01:00
|
|
|
<div class="row col-md-2 col-md-offset-5 hidden-sm hidden-xs" ng-hide="user.merged_at || hideNewAccountConfirmation()">
|
2016-04-25 12:35:43 +02:00
|
|
|
<p class="font-felt fleche-left text-lg upper text-center">
|
2020-09-14 16:08:39 +02:00
|
|
|
<img src="../../images/arrow-left.png" class="fleche-left visible-lg visible-md fleche-left-from-top" />
|
2019-12-18 13:04:38 +01:00
|
|
|
<span class="or" translate>{{ 'app.logged.profile_completion.or' }}</span>
|
2020-09-14 16:08:39 +02:00
|
|
|
<img src="../../images/arrow-left.png" class="fleche-right visible-lg visible-md fleche-right-from-top" />
|
2016-04-25 12:35:43 +02:00
|
|
|
</p>
|
2021-03-23 11:49:05 +01:00
|
|
|
</div>
|
2016-04-25 12:35:43 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
2022-05-09 14:58:26 +02:00
|
|
|
<div class="m-lg panel panel-default bg-light pos-rlt">
|
2016-04-25 14:30:03 +02:00
|
|
|
<div ng-class="{'disabling-overlay' : !!user.auth_token}">
|
|
|
|
<div class="panel-body">
|
2022-05-09 14:58:26 +02:00
|
|
|
<profile-form-option on-error="onError"
|
|
|
|
on-success="onSuccess"
|
|
|
|
user="user"
|
|
|
|
active-provider="activeProvider" />
|
2016-04-25 14:30:03 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-03-23 18:39:41 +01:00
|
|
|
</div>
|
2016-04-25 12:35:43 +02:00
|
|
|
</div>
|
2021-03-23 11:49:05 +01:00
|
|
|
<div class="row col-xs-2 col-xs-offset-5 hidden-md hidden-lg" ng-hide="hideNewAccountConfirmation()">
|
2016-04-25 15:14:12 +02:00
|
|
|
<p class="font-felt fleche-left text-lg upper text-center">
|
2019-12-18 13:04:38 +01:00
|
|
|
<span class="or" translate>{{ 'app.logged.profile_completion.or' }}</span>
|
2016-04-25 15:14:12 +02:00
|
|
|
</p>
|
|
|
|
</div>
|
2021-03-23 11:49:05 +01:00
|
|
|
<div class="col-md-6 m-t-3xl-on-md" ng-hide="user.merged_at || hideNewAccountConfirmation()">
|
|
|
|
<ng-include src="'/profile/_token.html'"></ng-include>
|
|
|
|
</div>
|
2016-04-25 12:35:43 +02:00
|
|
|
</div>
|
2016-03-23 18:39:41 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|