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 94ca0f3764
commit 6ad02e69a2
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