Skip to content

Commit

Permalink
Fix signup oauth urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet authored Oct 28, 2021
1 parent 305b48b commit 8970817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/modules/user/views/sign-in/signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<h4 class="text-muted text-center"><?php echo Yii::t('frontend', 'Sign up with') ?></h4>

<?php $authAuthChoice = yii\authclient\widgets\AuthChoice::begin([
'baseAuthUrl' => ['site/auth']
'baseAuthUrl' => ['sign-in/oauth']
]); ?>
<ul class="list-inline d-flex justify-content-center">
<?php foreach ($authAuthChoice->getClients() as $client) : ?>
Expand All @@ -48,4 +48,4 @@
</div>
</div>
</div>
<?php ActiveForm::end(); ?>
<?php ActiveForm::end(); ?>

0 comments on commit 8970817

Please sign in to comment.