mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 09:04:00 +08:00
1e66e4602f
During some authentication flows (e.g. external auth with validated emails), some fields on the signup form are readonly. Previously, they were rendered in a simple `<span>`, with no associated label. This commit makes them render in a disabled `<input>` field, so that the styling matches the rest of the form. A subtle background is added to the disabled input to distinguish them from editable inputs. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |