MS changed the session page to show APP_CONFIG[:terse_pod_url]
This commit is contained in:
parent
457be4385b
commit
40d736d233
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
= f.label :username
|
= f.label :username
|
||||||
= f.text_field :username
|
= f.text_field :username
|
||||||
%p.user_network
|
%p.user_network
|
||||||
="@#{APP_CONFIG[:pod_url]}"
|
="@#{APP_CONFIG[:terse_pod_url]}"
|
||||||
|
|
||||||
%p
|
%p
|
||||||
= f.label :password
|
= f.label :password
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue