We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b755b commit 5fe555dCopy full SHA for 5fe555d
default-views/auth/select-provider.hbs
@@ -11,6 +11,13 @@
11
<div>
12
<h2>Select Provider</h2>
13
</div>
14
+ {{#if error}}
15
+ <div class="row">
16
+ <div class="col-md-12">
17
+ <p class="text-danger"><strong>{{error}}</strong></p>
18
+ </div>
19
20
+ {{/if}}
21
22
<div class="container">
23
<form method="post" action="/api/auth/select-provider">
0 commit comments