Use public layout

This commit is contained in:
Adrien Maston
2026-02-26 17:15:02 +01:00
parent e7241204eb
commit 0fc2ea4af0
@@ -2,6 +2,8 @@ class DevicesController < ApplicationController
disallow_account_scope
before_action :set_device, only: :destroy
layout "public"
def index
@devices = Current.identity.devices.order(created_at: :desc)
end