mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
contextual login caption; closes #1012
This commit is contained in:
parent
b427d7802a
commit
7a291403ca
|
|
@ -120,7 +120,11 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{%- else %}
|
{%- else %}
|
||||||
|
{%- if this.uname == '*' %}
|
||||||
<h1 id="l">login for more:</h1>
|
<h1 id="l">login for more:</h1>
|
||||||
|
{%- else %}
|
||||||
|
<h1 id="l">change account:</h1>
|
||||||
|
{%- endif %}
|
||||||
<div>
|
<div>
|
||||||
{%- if this.args.idp_login %}
|
{%- if this.args.idp_login %}
|
||||||
<ul><li>
|
<ul><li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue