discourse/app
Martin Brennan 706e074e6c
DEV: Check for "true" in oauth check for 2FA (#27587)
Followup to 0e1102b332

Minor followup, makes the condition check against the
boolean val, see the difference here:

```ruby
!SiteSetting.enforce_second_factor_on_external_auth && "true"
=> "true"
```

vs:

```ruby
!SiteSetting.enforce_second_factor_on_external_auth && "true" == "true"
=> true
```
2024-06-24 14:19:32 +10:00
..
assets FEATURE: add JavaScript mode to ace (#27586) 2024-06-24 13:38:24 +10:00
controllers DEV: Check for "true" in oauth check for 2FA (#27587) 2024-06-24 14:19:32 +10:00
helpers FIX: Regression in custom homepage modifier used in theme components (#27569) 2024-06-21 11:24:11 -04:00
jobs FIX: `Jobs::EnsureS3UploadsExistence` broken for multisite (#27401) 2024-06-10 16:26:39 +08:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models Revert "DEV: Upgrade Rails to version 7.1 (#27539)" 2024-06-21 11:20:40 +02:00
serializers FIX: post revision serializer when tags is a string (#27499) 2024-06-21 08:09:21 +10:00
services Revert "DEV: Upgrade Rails to version 7.1 (#27539)" 2024-06-21 11:20:40 +02:00
views UX: Rename FAQ to Guidelines (#27451) 2024-06-13 12:09:53 -03:00