WIP Profile settings page

Show the user's user address, and provide a button for copying it to the
clipboard
This commit is contained in:
Râu Cao
2023-01-09 16:51:04 +08:00
parent f1ef257c97
commit 029e6b011d
5 changed files with 40 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
class Settings::ProfileController < SettingsController
def index
@user = current_user
end
def update
end
end