Procházet zdrojové kódy

fix: read:org scope (#22556)

Hard to see in the diff, but this was duplicated in the wrong section.


![read-org](https://user-images.githubusercontent.com/42128690/213774506-9b47ce23-d2e5-4dfd-af49-6ae4947ac724.png)
tags/v1.19.0-rc0
John Olheiser před 1 rokem
rodič
revize
46d024428f
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      templates/user/settings/applications.tmpl

+ 2
- 2
templates/user/settings/applications.tmpl Zobrazit soubor

@@ -80,8 +80,8 @@
</div>
<div class="field">
<div class="ui checkbox">
<input class="enable-system" type="checkbox" name="scope" value="read:public_key">
<label>read:public_key</label>
<input class="enable-system" type="checkbox" name="scope" value="read:org">
<label>read:org</label>
</div>
</div>
</div>

Načítá se…
Zrušit
Uložit