|
|
@ -209,7 +209,7 @@
|
|
|
|
<label for="textarea2">Scope</label>
|
|
|
|
<label for="textarea2">Scope</label>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input">
|
|
|
|
<div class="input">
|
|
|
|
<textarea rows="3" class="xlarge span10" placeholder="email,first name, last name"
|
|
|
|
<textarea rows="3" class="xlarge span10" placeholder="openid"
|
|
|
|
id="textarea2" name="textarea2"><% for (var i in scope) { %><%=scope[i]+","%><% } %></textarea>
|
|
|
|
id="textarea2" name="textarea2"><% for (var i in scope) { %><%=scope[i]+","%><% } %></textarea>
|
|
|
|
<span class="help-block">
|
|
|
|
<span class="help-block">
|
|
|
|
Please enter scopes separated by commas
|
|
|
|
Please enter scopes separated by commas
|
|
|
|